VirtualBox

Changeset 4428 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 30, 2007 3:29:39 AM (17 years ago)
Author:
vboxsync
Message:

15h 8600h is reading the wrong stack frame, this accounts for the random countdowns in the FreeBSD bootloader.

File:
1 edited

Legend:

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

    r4391 r4428  
    44124412      mov  bx, sp
    44134413      SEG SS
    4414         mov  ax, _int15_function.CX [bx]
     4414        mov  ax, _int15_function32.CX [bx]
    44154415      shl  eax, #16
    44164416      SEG SS
    4417         mov  ax, _int15_function.DX [bx]
     4417        mov  ax, _int15_function32.DX [bx]
    44184418
    44194419      ;; convert to numbers of 15usec ticks
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