x86 - Enable the A20 gate using port 92h only? - Stack Overflow

For enabling the A20 gate, in multiple x86 codebases (including memtest86+ header.S) I've seen the

For enabling the A20 gate, in multiple x86 codebases (including memtest86+ header.S) I've seen the following logic: try BIOS int 15h AX == 2401h. If that fails, do port 92h (Intel fast A20 gate), and (unconditionally) do the keyboard controller method.

Why isn't it enough to try port 92h (after the failure of the BIOS method), and if it succeeds, skip the keyboard controller?

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744269514a4566030.html

相关推荐

  • x86 - Enable the A20 gate using port 92h only? - Stack Overflow

    For enabling the A20 gate, in multiple x86 codebases (including memtest86+ header.S) I've seen the

    7天前
    40

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信