aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2008-11-11 22:03:55 -0500
committerKevin O'Connor <kevin@koconnor.net>2008-11-11 22:03:55 -0500
commit1a72e2e8195396bc58f50f2df375c2526a48c355 (patch)
treef5840cd6db390c76799abc77f4cec28bf3bddce3 /TODO
parentbf5ff17db0eb51b65652f95ff760276bbb1db2c4 (diff)
downloadseabios-hppa-1a72e2e8195396bc58f50f2df375c2526a48c355.zip
seabios-hppa-1a72e2e8195396bc58f50f2df375c2526a48c355.tar.gz
seabios-hppa-1a72e2e8195396bc58f50f2df375c2526a48c355.tar.bz2
Disable a20 on 16bit calls.
The a20 gate is enabled when invoking 32bit mode. Turn it off before returning to 16bit mode.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index 07015de..ca76fe3 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,5 @@
Clean up timer code. Don't use PORT_DIAG as delay mechanism.
-Disable a20 on jump to 16bit mode.
-
The keyboard driver should detect ctrl+alt+del and reboot the
machine.