An open API service indexing awesome lists of open source software.

https://github.com/furkankayar/systeminfo

Linux system call implementation that is created to print system information.
https://github.com/furkankayar/systeminfo

c linux linux-kernel systemcall

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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 *);