diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2008-03-01 13:48:26 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2008-03-01 13:48:26 -0500 |
commit | e78cc6c6c3c5991de45642a01f421276767acf05 (patch) | |
tree | 9d1f1db614c3e2de645d58b5fe96abc6d01253a1 | |
parent | cb6735fcfedcda845d404c36098bf9a8f3a83a08 (diff) | |
download | seabios-hppa-e78cc6c6c3c5991de45642a01f421276767acf05.zip seabios-hppa-e78cc6c6c3c5991de45642a01f421276767acf05.tar.gz seabios-hppa-e78cc6c6c3c5991de45642a01f421276767acf05.tar.bz2 |
Update TODO notes.
-rw-r--r-- | TODO | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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. |