Implement syscalls, hello world from userspace
This commit is contained in:
6
kernel/hal/x86_64/syscall.h
Normal file
6
kernel/hal/x86_64/syscall.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef HAL_SYSCALL_H_
|
||||
#define HAL_SYSCALL_H_
|
||||
|
||||
void hal_syscall_init(void);
|
||||
|
||||
#endif // HAL_SYSCALL_H_
|
Reference in New Issue
Block a user