aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2008-05-06 19:49:01 -0400
committerKevin O'Connor <kevin@koconnor.net>2008-05-06 19:49:01 -0400
commit2ad37441d313110d3a206f87a9ce9609dcaa8eb0 (patch)
treeb3c168c6a8fa174e3b2778eb44f4ce72609d39fa /TODO
parent0b6972591bbf928d7b019afe29372fa41ecf0d50 (diff)
downloadseabios-hppa-2ad37441d313110d3a206f87a9ce9609dcaa8eb0.zip
seabios-hppa-2ad37441d313110d3a206f87a9ce9609dcaa8eb0.tar.gz
seabios-hppa-2ad37441d313110d3a206f87a9ce9609dcaa8eb0.tar.bz2
Minor cleanups.
Several minor comment improvements. Rearrange some definitions to make them more clear.
Diffstat (limited to 'TODO')
-rw-r--r--TODO17
1 files changed, 11 insertions, 6 deletions
diff --git a/TODO b/TODO
index c19b5a8..5d6be5c 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,13 @@
+Split rombios32.c up into multiple files.
+
+Review changes committed to coreboot, virtualbox, qemu, kvm, and bochs
+cvs tip.
+
+Alter ISRs so that they do not enable irqs. Only call out to other
+bios functions after minimizing stack usage.
+
+Try to write a script to analyze stack usage of 16bit code.
+
Audit all sti/cli calls. Audit all call16 calls to make sure flags is
setup properly with respect to irqs.
@@ -17,12 +27,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.