ptos/amd64+ke: Add system call groundwork + exit syscall
Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
#define TRAP_STACK_SEG_FAULT 0x0C
|
||||
#define TRAP_GENERAL_PROTECTION 0x0D
|
||||
#define TRAP_PAGE_FAULT 0x0E
|
||||
#define TRAP_SYSCALL 0x2E
|
||||
|
||||
/* Prototypes of trap functions */
|
||||
VOID TrapDivError(VOID);
|
||||
|
||||
Reference in New Issue
Block a user