VirtualBox

Changeset 4392 in vbox for trunk


Ignore:
Timestamp:
Aug 27, 2007 5:22:49 PM (17 years ago)
Author:
vboxsync
Message:

Added VBOX_WITH_INTEL_PXE, currently disabled. Define it in LocalConfig.kmk to use the Intel PXE ROM.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r4216 r4392  
    226226# Enable shared clipboard
    227227VBOX_WITH_SHARED_CLIPBOARD = 1
     228# Enable the Intel PXE ROM (replaces Etherboot).
     229#VBOX_WITH_INTEL_PXE = 1
    228230
    229231
  • trunk/src/VBox/Devices/Makefile.kmk

    r4236 r4392  
    66#
    77#  Copyright (C) 2006-2007 innotek GmbH
    8 # 
     8#
    99#  This file is part of VirtualBox Open Source Edition (OSE), as
    1010#  available from http://www.virtualbox.org. This file is free software;
     
    2525
    2626# Subdirs with complex makefiles.
     27ifdef VBOX_WITH_INTEL_PXE
     28SUBDIRS_LIBRARIES = PC/PXE
     29SUBDIRS_CLEAN     = PC/PXE
     30else
    2731SUBDIRS_LIBRARIES = PC/Etherboot-src
    2832SUBDIRS_CLEAN     = PC/Etherboot-src
     33endif
    2934
    3035#
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