VirtualBox

Changeset 38261 in vbox


Ignore:
Timestamp:
Aug 1, 2011 2:04:58 PM (13 years ago)
Author:
vboxsync
Message:

Added (not currently used) ifdef, corrected IDT definitions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/BIOS/rombios.c

    r37427 r38261  
    1123811238rom_checksum:
    1123911239  push ax
     11240#ifdef NO_ROM_CHECKSUM
     11241  xor  ax, ax
     11242#endif
    1124011243  push bx
    1124111244  push cx
     
    1125211255  pop  cx
    1125311256  pop  bx
     11257#endif
    1125411258  pop  ax
    1125511259  ret
     
    1221912223dw 0x0000  ;; limit 15:00
    1222012224dw 0x0000  ;; base  15:00
    12221 db 0x0f    ;; base  23:16
     12225dw 0x0f    ;; base  23:16
    1222212226
    1222312227;; Real mode IDT descriptor
     
    1223012234dw 0x03ff  ;; limit 15:00
    1223112235dw 0x0000  ;; base  15:00
    12232 db 0x00    ;; base  23:16
     12236dw 0x00    ;; base  23:16
    1223312237
    1223412238;;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette