Changeset 38833 in vbox for trunk/src/VBox/Devices/PC/BIOS-new
- Timestamp:
- Sep 22, 2011 5:56:53 PM (13 years ago)
- 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 205 205 extern void show_logo(void); 206 206 extern void delay_boot(uint16_t secs); 207 extern bx_bool set_enable_a20(bx_bool val); 207 208 208 209 int 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 302 302 /* Enable aux interface */ 303 303 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); 304 309 } 305 310
Note:
See TracChangeset
for help on using the changeset viewer.