diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2008-11-29 13:22:29 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2008-11-29 13:22:29 -0500 |
commit | 3f168b6c7c4e1ab189eeeead60e40b16fac880b9 (patch) | |
tree | ec1f149a4595808f989282577d600629cb594f04 /TODO | |
parent | dd3588f8f502b85db4a4a0574d9a7064866cabf5 (diff) | |
download | seabios-3f168b6c7c4e1ab189eeeead60e40b16fac880b9.tar.gz |
Detect keyboard ctrl-alt-delete and try to reset machine.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -1,10 +1,3 @@ -Clean up timer code. Don't use PORT_DIAG as delay mechanism. - -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 20081016: -- better post resume support @@ -35,7 +28,8 @@ is unnecessary. Cleanup setting of ES on GET/SET_BDA Audit code for 16bit protected mode accesses. Support 1ab1 from 16bit -protected mode. +protected mode. The BDA is technically at segment 0x0040 (not +0x0000). Possibly implement 32bit pcibios support. |