reading path tables now, need to make kheap sooner or later

This commit is contained in:
2026-06-24 16:47:22 -05:00
parent 68dbdbb2c8
commit bf0d1caa89
9 changed files with 150 additions and 48 deletions

View File

@@ -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;