A20 Line: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
→‎Testing the A20 line: Substitute the 386-specific FS/GS with DS/ES.
Line 169: Line 169:


===Fast A20 Gate===
===Fast A20 Gate===
On several newer computers, the chipset has a FAST A20 option that can quickly enable the A20 line. To enable A20 this way, there is no need for delay loops or polling, just 3 simple instructions.
On most newer computers starting with the IBM PS/2, the chipset has a FAST A20 option that can quickly enable the A20 line. To enable A20 this way, there is no need for delay loops or polling, just 3 simple instructions.


<source lang="asm">
<source lang="asm">