From 3bcd83f5a36efff16779951445237e00be5c0812 Mon Sep 17 00:00:00 2001 From: "Justin C. Miller" Date: Sun, 17 Feb 2019 23:38:31 -0800 Subject: [PATCH] Notes update --- NOTES.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/NOTES.md b/NOTES.md index e638378..3f40974 100644 --- a/NOTES.md +++ b/NOTES.md @@ -2,7 +2,9 @@ ## TODO -- Better page-allocation model +- Paging manager + - Copy-on-write pages + - Better page-allocation model? - Allow for more than one IOAPIC in ACPI module - The objects get created, but GSI lookup only uses the one at index 0 - mark kernel memory pages global @@ -24,7 +26,7 @@ - Disk driver - File system - Multiprocessing - - Syscalls + - Fast syscalls using syscall/sysret ### Build