From 9a45ea562b9cdf4ced2c64320aebf1cad998efbe Mon Sep 17 00:00:00 2001 From: "Justin C. Miller" Date: Sat, 21 Apr 2018 02:53:18 -0700 Subject: [PATCH] Updating notes --- NOTES.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/NOTES.md b/NOTES.md index 1a22ebe..a6ae2fd 100644 --- a/NOTES.md +++ b/NOTES.md @@ -1,10 +1,7 @@ # Design / WIP notes -## Bootloader / UEFI - -* What is the interface between the UEFI boot portion and the kernel? - * Allocate pages, use UEFI reserved mapping types (0x70000000 - 0x7fffffff) - * Passing memory map: Allocate earliest pages and fill with UEFI's memory map - stuctures? +## TODO +- Better page-allocation model +- Allow for more than one IOAPIC in ACPI module