feature: memory limit with multiboot (wip, still crashing)

This commit is contained in:
2024-11-07 13:45:29 +01:00
parent a72c3ca195
commit 5fccbf3708
7 changed files with 304 additions and 28 deletions

View File

@ -6,6 +6,7 @@
uint32_t *page_directory = &boot_page_directory;
uint32_t page_table_default[1024] __attribute__((aligned(4096)));
uint32_t mem_size;
void init_memory(void)
{