VirtualBox

Changeset 37271 in vbox


Ignore:
Timestamp:
May 30, 2011 9:55:00 PM (14 years ago)
Author:
vboxsync
Message:

make r0 native-loaded code have page-alligned sections to work-around windows loader issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r37263 r37271  
    26812681 endif
    26822682TEMPLATE_VBoxR0_CFLAGS              = $(TEMPLATE_VBoxR0_CXXFLAGS)
    2683 TEMPLATE_VBoxR0_LDFLAGS             = -Driver -Subsystem:NATIVE -Incremental:NO -Align:64 -MapInfo:Exports -NoD $(VBOX_VCC_LD_WERR) -Debug
     2683TEMPLATE_VBoxR0_LDFLAGS             = -Driver -Subsystem:NATIVE -Incremental:NO -Align:4096 -MapInfo:Exports -NoD $(VBOX_VCC_LD_WERR) -Debug
    26842684TEMPLATE_VBoxR0_LIBS                = \
    26852685        $(PATH_LIB)/RuntimeR0Stub$(VBOX_SUFF_LIB)
     
    27752775 endif
    27762776 TEMPLATE_VBOXR0DRV_CFLAGS             = $(TEMPLATE_VBOXR0DRV_CXXFLAGS)
    2777  TEMPLATE_VBOXR0DRV_LDFLAGS            = -Driver -Subsystem:NATIVE -Incremental:NO -Align:64 -MapInfo:Exports -NoD -Debug
     2777 TEMPLATE_VBOXR0DRV_LDFLAGS            = -Driver -Subsystem:NATIVE -Incremental:NO -Align:4096 -MapInfo:Exports -NoD -Debug
    27782778 TEMPLATE_VBOXR0DRV_POST_CMDS          = $(VBOX_SIGN_DRIVER_CMDS)
    27792779 ifdef VBOX_USE_VCC100 # HACK ALERT!
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