Changeset 4428 in vbox for trunk/src/VBox
- Timestamp:
- Aug 30, 2007 3:29:39 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/rombios.c
r4391 r4428 4412 4412 mov bx, sp 4413 4413 SEG SS 4414 mov ax, _int15_function .CX [bx]4414 mov ax, _int15_function32.CX [bx] 4415 4415 shl eax, #16 4416 4416 SEG SS 4417 mov ax, _int15_function .DX [bx]4417 mov ax, _int15_function32.DX [bx] 4418 4418 4419 4419 ;; convert to numbers of 15usec ticks
Note:
See TracChangeset
for help on using the changeset viewer.