aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2008-03-01 22:17:07 -0500
committerKevin O'Connor <kevin@koconnor.net>2008-03-01 22:17:07 -0500
commit63dbcfbff1b8b5ce5f0e89d428d9ff43c9d9ac0a (patch)
tree77c7e2c08f584c28eb8680783d3a9f556e690ba6 /TODO
parente43df9ea52dc499103ef174bceaf1c0f836b2b79 (diff)
downloadseabios-hppa-63dbcfbff1b8b5ce5f0e89d428d9ff43c9d9ac0a.zip
seabios-hppa-63dbcfbff1b8b5ce5f0e89d428d9ff43c9d9ac0a.tar.gz
seabios-hppa-63dbcfbff1b8b5ce5f0e89d428d9ff43c9d9ac0a.tar.bz2
Various minor cleanups.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index fa01392..bd3bbe9 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,9 @@
Find out why ubuntu compiles are failing. Find work around.
+Code assumes ebda segment is static - it doesn't read 0x40e.
+
+See if using an ld script for 16bit mode is a good idea.
+
The __call16 code does a long jump to the interrupt trampolines - this
is unnecessary.