From 54d848127e2026b710463508b1e6ca89c2b4b068 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 18 Apr 2020 17:45:30 +0200 Subject: I don't know HOW I did it, but it works! I finally fixed the acpi tables with some memory mapping magic and paging allocations, which seems to do the trick. YAY. --- src/kernel/lib/lib.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/kernel/lib/lib.h') diff --git a/src/kernel/lib/lib.h b/src/kernel/lib/lib.h index e107da6..986e522 100644 --- a/src/kernel/lib/lib.h +++ b/src/kernel/lib/lib.h @@ -36,6 +36,8 @@ void memory_info_init(struct multiboot_tag_basic_meminfo *tag); void memory_mmap_init(struct multiboot_tag_mmap *tag); +int memory_init(uint32_t multiboot_address); + void memory_print(); uint32_t memory_get_all(); -- cgit v1.2.3