summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/include/gateA20.h
Commit message (Collapse)AuthorAgeFilesLines
* [librm] Use libflat to enable A20 line on each real-to-protected transitionMichael Brown2010-04-201-7/+0Star
| | | | | | | | | | | | | Use the shared code in libflat to perform the A20 transitions automatically on each transition from real to protected mode. This allows us to remove all explicit calls to gateA20_set(). The old warnings about avoiding automatically enabling A20 are essentially redundant; they date back to the time when we would always start hammering the keyboard controller without first checking to see if gate A20 was already enabled (which it almost always is). Signed-off-by: Michael Brown <mcb30@ipxe.org>
* First versionMichael Brown2005-05-171-0/+7