VirtualBox

Changeset 41084 in vbox


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
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Makefile.kmk

    r40993 r41084  
    2828endif
    2929if !defined(VBOX_ONLY_EXTPACKS)         # Goes on almost to the end of the file.
    30  include $(PATH_SUB_CURRENT)/PC/BIOS/Makefile.kmk
     30 ifdef VBOX_WITH_NEW_BIOS
     31  include $(PATH_SUB_CURRENT)/PC/BIOS-new/Makefile.kmk
     32 else
     33  include $(PATH_SUB_CURRENT)/PC/BIOS/Makefile.kmk
     34 endif
    3135 include $(PATH_SUB_CURRENT)/Graphics/BIOS/Makefile.kmk
    3236 ifdef VBOX_WITH_EFI
  • 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