VirtualBox

Changeset 19192 in vbox


Ignore:
Timestamp:
Apr 27, 2009 2:36:56 AM (16 years ago)
Author:
vboxsync
Message:

Devices/Makefile.kmk: EFI hacking.

File:
1 edited

Legend:

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

    r19145 r19192  
    370370  DevicesR3_DEFS        += VBOX_WITH_ALT_EFITHUNK
    371371 endif
     372ifeq ($(USERNAME),bird)  # My build is too big, so I had to make some private adjustments.
     373EFI_FV_BLK_SIZE         =   0x10000
     374EFI_FV_BLK_NUM          =   0x2a
     375EFI_FV_LOAD_ADDRESS     =  0x1000000
     376else
    372377EFI_FV_BLK_SIZE                 = 0x10000
    373378EFI_FV_BLK_NUM                  = 15
    374379EFI_FV_LOAD_ADDRESS             = 0x100000
     380endif
    375381DevicesR3_SOURCES       += EFI/DevEFI.cpp
    376 EFI/DevEFI.cpp_DEFS += EFI_FV_BLK_SIZE=$(EFI_FV_BLK_SIZE) 
     382EFI/DevEFI.cpp_DEFS += EFI_FV_BLK_SIZE=$(EFI_FV_BLK_SIZE)
    377383EFI/DevEFI.cpp_DEFS += EFI_FV_BLK_NUM=$(EFI_FV_BLK_NUM)
    378384EFI/DevEFI.cpp_DEFS += EFI_FV_LOAD_ADDRESS=$(EFI_FV_LOAD_ADDRESS)
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