X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=TODO;fp=TODO;h=0b45ffe81bb27867b97500dbd92decbf6eb7fb54;hb=3f168b6c7c4e1ab189eeeead60e40b16fac880b9;hp=ca76fe3c369a6c6b1c59c2d7f5b6ebb27add3e9e;hpb=dd3588f8f502b85db4a4a0574d9a7064866cabf5;p=seabios.git diff --git a/TODO b/TODO index ca76fe3..0b45ffe 100644 --- a/TODO +++ b/TODO @@ -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.