From 772c981c3920628b476233c374cd6febaa001f83 Mon Sep 17 00:00:00 2001 From: "Justin C. Miller" Date: Thu, 3 May 2018 01:15:42 -0700 Subject: [PATCH] Update NOTES.md --- NOTES.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/NOTES.md b/NOTES.md index b1aab8a..8a4f61f 100644 --- a/NOTES.md +++ b/NOTES.md @@ -4,7 +4,11 @@ - 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 - Slab allocator for kernel structures - mark kernel memory pages global -- kernel allocator free() - +- kernel allocator `free()` +- lock `memory_manager` and `page_manager` structures +- Serial out based on circular/bip biffer and interrupts, not spinning on + `write_ready()` +- Get framebuffer screen working again