mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Stability fixes (i hope); attempt to implement argc, argv, envp, auxv; Syscalls
This commit is contained in:
12
syscalls.h
Normal file
12
syscalls.h
Normal file
@ -0,0 +1,12 @@
|
||||
#ifndef __FENNIX_KERNEL_SYSCALLS_LIST_H__
|
||||
#define __FENNIX_KERNEL_SYSCALLS_LIST_H__
|
||||
|
||||
#include <types.h>
|
||||
|
||||
enum NativeSyscalls
|
||||
{
|
||||
_exit = 0,
|
||||
_print,
|
||||
};
|
||||
|
||||
#endif // !__FENNIX_KERNEL_SYSCALLS_LIST_H__
|
Reference in New Issue
Block a user