diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2008-06-28 12:19:52 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2008-06-28 12:19:52 -0400 |
commit | f292f3bfd326a57c4a97d8915c47e8f038ecc12d (patch) | |
tree | b9a45970b0eb159f97df15b6070e96237fb3d0b4 | |
parent | e90f264dfa3387747473cb5a6bc82d1740f9e88e (diff) | |
download | seabios-rel-0.2.3.tar.gz |
Updates to TODO items.rel-0.2.3
-rw-r--r-- | TODO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |