aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2008-06-28 12:19:52 -0400
committerKevin O'Connor <kevin@koconnor.net>2008-06-28 12:19:52 -0400
commitf292f3bfd326a57c4a97d8915c47e8f038ecc12d (patch)
treeb9a45970b0eb159f97df15b6070e96237fb3d0b4
parente90f264dfa3387747473cb5a6bc82d1740f9e88e (diff)
downloadseabios-hppa-rel-0.2.3.zip
seabios-hppa-rel-0.2.3.tar.gz
seabios-hppa-rel-0.2.3.tar.bz2
Updates to TODO items.rel-0.2.3
-rw-r--r--TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO b/TODO
index 2fd001a..723c3e0 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
Split rombios32.c up into multiple files.
-Support parsing of linuxbios/coreboot table.
+Disable a20 on jump to 16bit mode.
Do a pci scan for ide controllers - don't just assume ISA ports are
available.
@@ -8,6 +8,8 @@ available.
The keyboard driver should detect ctrl+alt+del and reboot the
machine.
+Fix keyboard LEDs.
+
Review changes committed to coreboot, virtualbox, qemu, kvm, and bochs
cvs tip.
* bochs cvs (1.209) -- all changes synched
@@ -44,5 +46,3 @@ Allow one to select adding 32 bit code to 0xf000 or in a separate
location.
Look at integrating the lgpl vgabios into tree.
-
-Try generating bios tables at compile time.