furkankayar / SystemInfo

Linux system call implementation that is created to print system information.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Furkan Kayar

arch/x86/entry/syscalls/syscall_64.tbl :
335     common  systeminfo              __x64_sys_systeminfo

include/linux/syscalls.h :
asmlinkage long sys_systeminfo(char __user *, char __user *, char __user *, char __user *);

About

Linux system call implementation that is created to print system information.


Languages

Language:C 99.8%Language:Makefile 0.2%