VirtualBox

Changeset 60402 in vbox for trunk/src/VBox/Devices/PC/BIOS


Ignore:
Timestamp:
Apr 9, 2016 11:19:58 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
106488
Message:

PC/BIOS/orgs.asm: Handle shutdown status code 0Ah too (same as 5, but without EOI).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/BIOS/orgs.asm

    r59114 r60402  
    224224eoi_jmp_post:
    225225                call    eoi_both_pics
     226no_eoi_jmp_post:
    226227                xor     ax, ax
    227228                mov     ds, ax
     
    320321                ;; 05h = EOI + jump through 40:67
    321322                cmp     al, 5
     323                je      eoi_jmp_post
     324                ;; 0ah = jump through 40:67 (no EOI) ;ba x 1  %fe05b ; ba x 1 %18b81
     325                cmp     al, 0ah
    322326                je      eoi_jmp_post
    323327
Note: See TracChangeset for help on using the changeset viewer.

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