diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2008-11-11 21:34:37 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2008-11-11 21:34:37 -0500 |
commit | bf5ff17db0eb51b65652f95ff760276bbb1db2c4 (patch) | |
tree | 1386cb2c858a88c37abda1828723646f4ea56f0d /TODO | |
parent | 37ef9aed024823f33e959ec92a08e2e3c8485720 (diff) | |
download | seabios-bf5ff17db0eb51b65652f95ff760276bbb1db2c4.tar.gz |
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-- | TODO | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |