VirtualBox

Ignore:
Timestamp:
Mar 21, 2018 11:24:32 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
121390
Message:

BIOS: Reduce harmless warnings for unsupported INT 15h functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/BIOS/makefile

    r67889 r71423  
    1919CFLAGS   = -q -0 -wx -zu -s -oas -d1+ -ms
    2020CFLAGS32 = -q -wx -zu -s -oas -d1+ -ms -nt=BIOS32 -nd=BIOS32
     21# -oat seems to prevent ENTER/LEAVE generation
     22#CFLAGS32 = -q -wx -zu -s -oat -d1+ -ms -nt=BIOS32 -nd=BIOS32
    2123
    2224DEFS = -DVBOX -DVBOX_LANBOOT_SEG=0xE200 -DVBOX_VERSION_STRING=$(Q)0.9$(Q) &
     
    5355         clname DATA segaddr=0xF000 segment _DATA &
    5456         clname CODE &
    55          segment _TEXT segaddr=0xF000 offset=0x1600 &
     57         segment _TEXT segaddr=0xF000 offset=0x1C00 &
    5658         segment BIOS32 segaddr=0xF000 offset=0xDB00 &
    5759         segment BIOSSEG segaddr=0xF000 offset=0xE000 &
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