Changeset 51000 in vbox
- Timestamp:
- Apr 8, 2014 2:29:01 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 93186
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/orgs.asm
r50997 r51000 430 430 mov ds:[482h], bx ; keyboard buffer end 431 431 432 ;; store CMOS equipment byte in BDA 433 mov al, 14h 434 out CMOS_ADDR, al 435 in al, CMOS_DATA 436 mov ds:[410h], al 437 432 438 push ds 433 439 C_SETUP … … 442 448 call _keyboard_init 443 449 pop ds 444 445 446 ;; store CMOS equipment byte in BDA447 mov al, 14h448 out CMOS_ADDR, al449 in al, CMOS_DATA450 mov ds:[410h], al451 450 452 451 ;; parallel setup
Note:
See TracChangeset
for help on using the changeset viewer.