- Timestamp:
- Oct 21, 2007 9:52:47 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/rombios.c
r5353 r5432 8108 8108 pusha 8109 8109 sti ; Why are interrupts disabled now? Because we were called through an INT! 8110 calli 0x0003,VBOX_LANBOOT_SEG8111 ; cmp bx,#0x208112 ; jne no_rom8113 8110 push #VBOX_LANBOOT_SEG 8114 8111 pop ds … … 10416 10413 ;; because the segment selector is shifted left 4 bits. 10417 10414 add cx, ax 10418 cmp cx, #0xe 00010415 cmp cx, #0xe800 ;; Must encompass VBOX_LANBOOT_SEG! 10419 10416 jbe rom_scan_loop 10420 10417
Note:
See TracChangeset
for help on using the changeset viewer.