Enhance included bios tables.
[seabios.git] / TODO
diff --git a/TODO b/TODO
index a5283993fb18cb39d40423984a5f6149596b1e69..b63351224dc9b8a9a0b1faa2c4814df58a4701a1 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,8 +1,15 @@
-Make header files work with either 32bit or 16bit code.
+Find out why ubuntu compiles are failing.  Find work around.
 
-Fix makefiles so that they rebuild the required files automatically.
+Audit all sti/cli calls.
+
+Code assumes ebda segment is static - it doesn't read 0x40e.
+
+See if using an ld script for 16bit mode is a good idea.
 
-Make sure gdt/idt tables are properly aligned
+The __call16 code does a long jump to the interrupt trampolines - this
+is unnecessary.
+
+Fix makefiles so that they rebuild the required files automatically.
 
 Cleanup setting of ES on GET/SET_BDA