- Timestamp:
- May 27, 2010 11:25:52 AM (15 years ago)
- Location:
- trunk/src/VBox/HostDrivers
- Files:
-
- 1 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/Makefile.kmk
r29826 r29844 319 319 # 320 320 ifeq ($(KBUILD_TARGET),darwin) 321 # The Tiger variant.322 SYSMODS .x86 += VBoxDrvTiger323 VBoxDrv Tiger_TEMPLATE = VBOXR0DRV324 VBoxDrv Tiger_INST = $(INST_VBOXDRV_TIGER)Contents/MacOS/325 VBoxDrv Tiger_DEFS :=IN_RT_R0 IN_SUP_R0 SUPDRV_WITH_RELEASE_LOGGER VBOX_SVN_REV=$(VBOX_SVN_REV)326 VBoxDrv Tiger_DEFS.debug += DEBUG_DARWIN_GIP327 VBoxDrv Tiger_INCS = .328 VBoxDrv Tiger_LIBS = $(PATH_LIB)/RuntimeR0Drv$(VBOX_SUFF_LIB)329 #VBoxDrv Tiger_LDFLAGS = -v -Wl,-whyload -Wl,-v -Wl,-whatsloaded330 VBoxDrv Tiger_SOURCES = \321 # Leopard (x86) and Snow Leopard (x86/amd64) 322 SYSMODS += VBoxDrv 323 VBoxDrv_TEMPLATE = VBOXR0DRV$(if-expr "$(KBUILD_TARGET_ARCH)" == "x86",OSX105,) 324 VBoxDrv_INST = $(INST_VBOXDRV)Contents/MacOS/ 325 VBoxDrv_DEFS := VBOX_WITH_HOST_VMX IN_RT_R0 IN_SUP_R0 SUPDRV_WITH_RELEASE_LOGGER VBOX_SVN_REV=$(VBOX_SVN_REV) 326 VBoxDrv_DEFS.debug = DEBUG_DARWIN_GIP 327 VBoxDrv_INCS = . 328 VBoxDrv_LIBS = $(PATH_LIB)/RuntimeR0Drv$(VBOX_SUFF_LIB) 329 #VBoxDrv_LDFLAGS = -v -Wl,-whyload -Wl,-v -Wl,-whatsloaded 330 VBoxDrv_SOURCES = \ 331 331 SUPDrv.c \ 332 332 SUPDrvSem.c \ 333 333 $(KBUILD_TARGET)/SUPDrv-$(KBUILD_TARGET).cpp 334 335 INSTALLS += VBoxDrvTiger.kext336 VBoxDrvTiger.kext_INST = $(INST_VBOXDRV_TIGER)Contents/337 VBoxDrvTiger.kext_SOURCES = $(PATH_VBoxDrvTiger.kext)/Info.plist338 VBoxDrvTiger.kext_CLEAN = $(PATH_VBoxDrvTiger.kext)/Info.plist339 340 $$(PATH_VBoxDrvTiger.kext)/Info.plist: $(PATH_SUB_CURRENT)/darwin/Info-Tiger.plist $(VBOX_VERSION_MK) | $$(dir $$@)341 $(call MSG_GENERATE,VBoxDrvTiger,$@,$<)342 $(QUIET)$(RM) -f $@343 $(QUIET)$(SED) \344 -e 's/@VBOX_VERSION_STRING@/$(VBOX_VERSION_STRING)/g' \345 -e 's/@VBOX_VERSION_MAJOR@/$(VBOX_VERSION_MAJOR)/g' \346 -e 's/@VBOX_VERSION_MINOR@/$(VBOX_VERSION_MINOR)/g' \347 -e 's/@VBOX_VERSION_BUILD@/$(VBOX_VERSION_BUILD)/g' \348 --output $@ \349 $<350 351 # The Leopard variant.352 SYSMODS += VBoxDrv353 VBoxDrv_EXTENDS = VBoxDrvTiger354 VBoxDrv_EXTENDS_BY = appending355 VBoxDrv_TEMPLATE = VBOXR0DRV$(if-expr "$(KBUILD_TARGET_ARCH)" == "x86",OSX105,)356 VBoxDrv_INST = $(INST_VBOXDRV)Contents/MacOS/357 VBoxDrv_DEFS = VBOX_WITH_HOST_VMX358 334 359 335 INSTALLS += VBoxDrv.kext -
trunk/src/VBox/HostDrivers/Support/darwin/load.sh
r28800 r29844 6 6 7 7 # 8 # Copyright (C) 2006-20 07Oracle Corporation8 # Copyright (C) 2006-2010 Oracle Corporation 9 9 # 10 10 # This file is part of VirtualBox Open Source Edition (OSE), as … … 27 27 28 28 XNU_VERSION=`LC_ALL=C uname -r | LC_ALL=C cut -d . -f 1` 29 if [ "$XNU_VERSION" -ge "9" ]; then 30 DRVNAME="VBoxDrv.kext" 31 else 32 DRVNAME="VBoxDrvTiger.kext" 33 fi 29 DRVNAME="VBoxDrv.kext" 34 30 BUNDLE="org.virtualbox.kext.VBoxDrv" 35 31 -
trunk/src/VBox/HostDrivers/VBoxNetAdp/darwin/loadnetadp.sh
r28800 r29844 5 5 6 6 # 7 # Copyright (C) 2006-20 08Oracle Corporation7 # Copyright (C) 2006-2010 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 22 22 BUNDLE="org.virtualbox.kext.VBoxNetAdp" 23 23 24 if [ "$XNU_VERSION" -ge "9" ]; then 25 DEP_DRVNAME="VBoxDrv.kext" 26 else 27 DEP_DRVNAME="VBoxDrvTiger.kext" 28 fi 24 DEP_DRVNAME="VBoxDrv.kext" 29 25 DEP_BUNDLE="org.virtualbox.kext.VBoxDrv" 30 26 -
trunk/src/VBox/HostDrivers/VBoxNetFlt/darwin/loadnetflt.sh
r28800 r29844 5 5 6 6 # 7 # Copyright (C) 2006-20 08Oracle Corporation7 # Copyright (C) 2006-2010 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 22 22 BUNDLE="org.virtualbox.kext.VBoxNetFlt" 23 23 24 if [ "$XNU_VERSION" -ge "9" ]; then 25 DEP_DRVNAME="VBoxDrv.kext" 26 else 27 DEP_DRVNAME="VBoxDrvTiger.kext" 28 fi 24 DEP_DRVNAME="VBoxDrv.kext" 29 25 DEP_BUNDLE="org.virtualbox.kext.VBoxDrv" 30 26
Note:
See TracChangeset
for help on using the changeset viewer.