- Timestamp:
- Dec 5, 2008 12:09:55 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r15029 r15032 373 373 VBOX_WITH_SOLARIS_VBI = 1 374 374 # Enable 64 bits guest pointers. 375 if1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), linux.amd64 solaris.amd64 win.amd64)376 375 VBOX_WITH_64_BITS_GUESTS = 1 377 else 378 # VBOX_WITH_64_BITS_GUESTS = 1 379 endif 376 ##if1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), linux.amd64 solaris.amd64 win.amd64) 377 ##VBOX_WITH_64_BITS_GUESTS = 1 378 ##else 379 ### VBOX_WITH_64_BITS_GUESTS = 1 380 ##endif 380 381 # Enable SMP support in guests 381 382 ##VBOX_WITH_SMP_GUESTS = 1
Note:
See TracChangeset
for help on using the changeset viewer.