commit 8bb7079c6bce55bab6c85408b33c56644e6930b0
parent 18bbe371abc9131db0bf312bb8d451638846b67b
Author: Brian Swetland <swetland@frotz.net>
Date: Sat, 4 Jan 2014 17:11:32 -0800
update porting notes
Diffstat:
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/README.64BIT b/README.64BIT
@@ -42,14 +42,15 @@ DONE
* update boot sector to support multiboot extended header
* the ELF header no longer handles the entrypoint
* get 32bit build working again
-
-IN PROGRESS
* tidy up exec() for 64bit (argument passing, stack alignment)
* test on real hardware
-
-TODO
* enable SMP and verify it
* tidy up vm64.c
+
+IN PROGRESS
+ * figure out how to enumerate CPUs without BIOS MP table
+
+TODO
* fix procdump for 64bit mode
THINGS TO FIX LATER / NICE TO HAVE