aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2008-11-11 21:34:37 -0500
committerKevin O'Connor <kevin@koconnor.net>2008-11-11 21:34:37 -0500
commitbf5ff17db0eb51b65652f95ff760276bbb1db2c4 (patch)
tree1386cb2c858a88c37abda1828723646f4ea56f0d /TODO
parent37ef9aed024823f33e959ec92a08e2e3c8485720 (diff)
downloadseabios-hppa-bf5ff17db0eb51b65652f95ff760276bbb1db2c4.zip
seabios-hppa-bf5ff17db0eb51b65652f95ff760276bbb1db2c4.tar.gz
seabios-hppa-bf5ff17db0eb51b65652f95ff760276bbb1db2c4.tar.bz2
Move POST stack from 0xfffe to 0x7c00.
The BIOS Boot Specification recommends 0x7c00 - 0xffff for option rom temp storage, so don't use that space as a stack. Also, default CONFIG_VGAHOOKS off as it isn't generally useful. Finally, update TODO list.
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 0 insertions, 6 deletions
diff --git a/TODO b/TODO
index 94d2465..07015de 100644
--- a/TODO
+++ b/TODO
@@ -7,12 +7,6 @@ machine.
Fix keyboard LEDs.
-Improve option rom handling. A real bios can copy the option roms
-from PCI space. Also, there is no handling for BCVs today. Verify
-option roms wont stomp on seabios stack and bss.
-
-Clean up and clarify usage/scope of .bss and .data variables.
-
Review changes committed to coreboot, virtualbox, qemu, kvm, and bochs
cvs tip.
* bochs cvs 20081016: -- better post resume support