Fix typo in clock.c outb_cmos call.
[seabios.git] / TODO
diff --git a/TODO b/TODO
index b63351224dc9b8a9a0b1faa2c4814df58a4701a1..54751a413707d321811c5abadababe2dc64db84c 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,10 +1,19 @@
-Find out why ubuntu compiles are failing.  Find work around.
+Split rombios32.c up into multiple files.
 
-Audit all sti/cli calls.
+Review changes committed to coreboot, virtualbox, qemu, kvm, and bochs
+cvs tip.
 
-Code assumes ebda segment is static - it doesn't read 0x40e.
+Look into ways to reduce stack usage.  Alter ISRs so that they do not
+enable irqs.  Only call out to other bios functions after minimizing
+stack usage.
+
+Audit all sti/cli calls.  Audit all call16 calls to make sure flags is
+setup properly with respect to irqs.
+
+Audit statements where a 32bit intermediary changes meaning of a 16bit
+comparison.
 
-See if using an ld script for 16bit mode is a good idea.
+Code assumes ebda segment is static - it doesn't read 0x40e.
 
 The __call16 code does a long jump to the interrupt trampolines - this
 is unnecessary.
@@ -13,12 +22,7 @@ Fix makefiles so that they rebuild the required files automatically.
 
 Cleanup setting of ES on GET/SET_BDA
 
-Make sure inline assembly isn't preventing inlining of calling
-functions.
-
-Convert remaining parts of rombios.c to new code.
-
-Convert rombios32 and apm bios stuff to new code.
+Possibly implement 32bit pcibios support.
 
 Allow one to select adding 32 bit code to 0xf000 or in a separate
 location.