aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2008-03-01 13:48:26 -0500
committerKevin O'Connor <kevin@koconnor.net>2008-03-01 13:48:26 -0500
commite78cc6c6c3c5991de45642a01f421276767acf05 (patch)
tree9d1f1db614c3e2de645d58b5fe96abc6d01253a1
parentcb6735fcfedcda845d404c36098bf9a8f3a83a08 (diff)
downloadseabios-hppa-e78cc6c6c3c5991de45642a01f421276767acf05.zip
seabios-hppa-e78cc6c6c3c5991de45642a01f421276767acf05.tar.gz
seabios-hppa-e78cc6c6c3c5991de45642a01f421276767acf05.tar.bz2
Update TODO notes.
-rw-r--r--TODO10
1 files changed, 9 insertions, 1 deletions
diff --git a/TODO b/TODO
index a528399..d8d0128 100644
--- a/TODO
+++ b/TODO
@@ -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.