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

@@ -1,7 +1,7 @@
#pragma once
#include "pageallocator.h"
#include "process.h"
#include "kernel.h"
#include <stddef.h>
enum resource_type_t