Changeset 38261 in vbox
- Timestamp:
- Aug 1, 2011 2:04:58 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/rombios.c
r37427 r38261 11238 11238 rom_checksum: 11239 11239 push ax 11240 #ifdef NO_ROM_CHECKSUM 11241 xor ax, ax 11242 #endif 11240 11243 push bx 11241 11244 push cx … … 11252 11255 pop cx 11253 11256 pop bx 11257 #endif 11254 11258 pop ax 11255 11259 ret … … 12219 12223 dw 0x0000 ;; limit 15:00 12220 12224 dw 0x0000 ;; base 15:00 12221 d b0x0f ;; base 23:1612225 dw 0x0f ;; base 23:16 12222 12226 12223 12227 ;; Real mode IDT descriptor … … 12230 12234 dw 0x03ff ;; limit 15:00 12231 12235 dw 0x0000 ;; base 15:00 12232 d b0x00 ;; base 23:1612236 dw 0x00 ;; base 23:16 12233 12237 12234 12238 ;;
Note:
See TracChangeset
for help on using the changeset viewer.