Update TODO items.
authorKevin O'Connor <kevin@koconnor.net>
Sat, 25 Jul 2009 17:54:52 +0000 (13:54 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 25 Jul 2009 17:54:52 +0000 (13:54 -0400)
TODO
src/memmap.c

diff --git a/TODO b/TODO
index 45ffe1d98946b11f41fa608998a83f378d233c8d..1d339bd988815b7506a9e2cea4b84a1fdb8bb014 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,14 +1,6 @@
 Enhance shadow support: Write-enable c, d, e segments; write protect
 option roms before boot.
 
-Replace hand-rolled memory allocation code with new malloc_fseg() and
-malloc_high() functions.
-
-Refactor acpi rsdt table creation code - allow each sub-table to be
-added dynamically.
-
-Deploy smbios in high memory.
-
 Unify floppy functions and main disk functions?
 
 Add int 0x1589 support.
index b8072ac927737c3cf0ba4b28ae50e9257a1b0900..2524e8a8b6ebd6a7970020ef34bbc22ef7f04fdf 100644 (file)
@@ -157,7 +157,7 @@ __malloc(struct zone_s *zone, u32 size)
     return (void*)newpos;
 }
 
-// Allocate memory at the top of ram.
+// Allocate memory at the top of 32bit ram.
 void *
 malloc_high(u32 size)
 {