Changeset 2579 in vbox for trunk/src/VBox
- Timestamp:
- May 10, 2007 12:45:49 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl.cpp
r2563 r2579 5083 5083 5084 5084 rc = CFGMR3InsertNode(pLunL0, "AttachedDriver", &pLunL1); RC_CHECK(); 5085 #if 0 /* Disabled new virtual hdd containder code for now, causes trouble with vmdks. */5085 #if 1 /* Enable new VD container code (and new VMDK), as the bugs are fixed. */ 5086 5086 rc = CFGMR3InsertString(pLunL1, "Driver", "VD"); RC_CHECK(); 5087 5087 #else
Note:
See TracChangeset
for help on using the changeset viewer.