VirtualBox

Changeset 41084 in vbox for trunk/src/VBox/Devices/PC


Ignore:
Timestamp:
Apr 27, 2012 1:05:09 PM (13 years ago)
Author:
vboxsync
Message:

Put together a kBuild makefile for the new BIOS code. No idea if the output works.

Location:
trunk/src/VBox/Devices/PC/BIOS-new
Files:
1 added
1 edited

Legend:

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

    r40723 r41084  
    131131
    132132;; Additional publics for easier disassembly and debugging
    133 DEBUG   equ     1
     133ifndef DEBUG
     134 DEBUG  equ     1
     135endif
    134136ifdef           DEBUG
    135137
     
    669671endif
    670672                pop     ax
    671                 ret 
     673                ret
    672674rom_checksum    endp
    673675
     
    10641066
    10651067detect_parport  endp
    1066                
     1068
    10671069; setial port detection: port in dx, index in bx, timeout in cl
    10681070detect_serial   proc    near
     
    11481150
    11491151                ;; TODO: See above. Dumb *and* redundant!
    1150                 mov     al, 0   
     1152                mov     al, 0
    11511153                mov     ds:[490h], al   ; drv0 media state
    11521154                mov     ds:[491h], al   ; drv1 media state
     
    13081310                pop     ds
    13091311                iret
    1310                
     1312
    13111313
    13121314
     
    16131615                pop     ax
    16141616                iret
    1615                
    1616 int76_handler   endp   
     1617
     1618int76_handler   endp
    16171619
    16181620;; --------------------------------------------------------
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