Changeset 36205 in vbox
- Timestamp:
- Mar 8, 2011 4:22:37 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/rombios.c
r35351 r36205 1784 1784 1785 1785 /* flush incoming keys */ 1786 max= 0x2000;1786 max=4; 1787 1787 while (--max > 0) { 1788 1788 outb(0x80, 0x00); 1789 1789 if (inb(0x64) & 0x01) { 1790 1790 inb(0x60); 1791 max = 0x2000;1791 max = 4; 1792 1792 } 1793 1793 }
Note:
See TracChangeset
for help on using the changeset viewer.