Update TODO notes.

This commit is contained in:
Kevin O'Connor 2008-03-01 13:48:26 -05:00
parent cb6735fcfe
commit e78cc6c6c3
1 changed files with 9 additions and 1 deletions

10
TODO
View File

@ -1,4 +1,12 @@
Make header files work with either 32bit or 16bit code.
Find out why ubuntu compiles are failing. Find work around.
Fixup __call16 usage from util.h / rombios32.lds.S
See if it is better to tell gcc that call16 clobbers all registers
instead of having the code call pushal/popal.
The __call16 code does a long jump to the interrupt handlers - this is
unnecessary.
Fix makefiles so that they rebuild the required files automatically.