reading path tables now, need to make kheap sooner or later
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
#define PAGE_WRITABLE 0x2
|
||||
#define PAGE_USER 0x4
|
||||
|
||||
#define PAGE_SIZE 4096
|
||||
|
||||
typedef struct __attribute__((packed)) {
|
||||
uint32_t addr;
|
||||
} mem_page_t;
|
||||
|
||||
Reference in New Issue
Block a user