WIP on kernel syscalls

This commit is contained in:
2021-05-01 17:09:50 -05:00
parent 7caf49065d
commit c962a83ff0
14 changed files with 142 additions and 31 deletions

View File

@@ -4,7 +4,7 @@
#define PCB_LOCATION 0x800
struct process_state_t
struct process_context_t
{
uint32_t eax;
uint32_t ebx;