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