Changeset 38376 in vbox
- Timestamp:
- Aug 9, 2011 11:58:57 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/rombios.c
r38263 r38376 1841 1841 1842 1842 /* flush incoming keys */ 1843 max= 4;1843 max=8; 1844 1844 while (--max > 0) { 1845 1845 outb(0x80, 0x00); 1846 1846 if (inb(0x64) & 0x01) { 1847 1847 inb(0x60); 1848 max = 4;1848 max = 8; 1849 1849 } 1850 1850 }
Note:
See TracChangeset
for help on using the changeset viewer.