VirtualBox

Changeset 5432 in vbox for trunk/src


Ignore:
Timestamp:
Oct 21, 2007 9:52:47 PM (17 years ago)
Author:
vboxsync
Message:

Init the Intel PXE ROM at ROM scan time, not in INT 19h.

File:
1 edited

Legend:

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

    r5353 r5432  
    81088108    pusha
    81098109    sti     ; Why are interrupts disabled now? Because we were called through an INT!
    8110     calli 0x0003,VBOX_LANBOOT_SEG
    8111 ;    cmp bx,#0x20
    8112 ;    jne no_rom
    81138110    push #VBOX_LANBOOT_SEG
    81148111    pop ds
     
    1041610413                ;; because the segment selector is shifted left 4 bits.
    1041710414  add  cx, ax
    10418   cmp  cx, #0xe000
     10415  cmp  cx, #0xe800  ;; Must encompass VBOX_LANBOOT_SEG!
    1041910416  jbe  rom_scan_loop
    1042010417
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