VirtualBox

Ignore:
Timestamp:
Sep 22, 2011 5:56:53 PM (13 years ago)
Author:
vboxsync
Message:

Disable the A20 gate at POST.

Location:
trunk/src/VBox/Devices/PC/BIOS-new
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/BIOS-new/biosint.h

    r38699 r38833  
    205205extern  void        show_logo(void);
    206206extern  void        delay_boot(uint16_t secs);
     207extern  bx_bool     set_enable_a20(bx_bool val);
    207208
    208209int scsi_read_sectors(uint8_t device_id, uint16_t count, uint32_t lba, void __far *buffer);
  • trunk/src/VBox/Devices/PC/BIOS-new/keyboard.c

    r38699 r38833  
    302302    /* Enable aux interface */
    303303    outb(0x64,0xa8);
     304
     305    /* While we're here, disable the A20 gate. Required for
     306     * compatibility with the IBM PC and DOS.
     307     */
     308    set_enable_a20(0);
    304309}
    305310
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette