Kernel/Userspace: Start initial work on userspace and syscalls
This commit is contained in:
4
kernel/include/kernel/Syscall.h
Normal file
4
kernel/include/kernel/Syscall.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#pragma once
|
||||
|
||||
#define SYS_TEST 0
|
||||
#define SYS_PUTC 1
|
||||
Reference in New Issue
Block a user