From af596cd43a544e092131694b7101e9faeaa8ebb5 Mon Sep 17 00:00:00 2001 From: Nathan Singer Date: Fri, 13 Jun 2025 12:56:43 -0400 Subject: [PATCH] updates TODO --- TODO.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index a658665..2bf50d8 100644 --- a/TODO.md +++ b/TODO.md @@ -6,8 +6,9 @@ lets implmeent some better testing functions aswell - Paging & virtual memory - Get GRUB to show memory map - DONE - - Write a page allocator - WIP + - Write a page allocator - DONE - Setup paging + - Setup virtual memory - Setup higher half kernel - Heap allocator (malloc) - after this, implment some data structures? cleanup queue?