Revert the default hard disk format change.
This commit is contained in:
@@ -55,9 +55,7 @@ private:
|
|||||||
QStringList filters;
|
QStringList filters;
|
||||||
// "Dynamic-size VHD" is number 4 in the `filters` list and the
|
// "Dynamic-size VHD" is number 4 in the `filters` list and the
|
||||||
// comboBoxFormat model
|
// comboBoxFormat model
|
||||||
// Temporary change to fixed-size VHD due to MiniVHD's handling of
|
const uint8_t DEFAULT_DISK_FORMAT = 4;
|
||||||
// dynamic-size VHD being buggy.
|
|
||||||
const uint8_t DEFAULT_DISK_FORMAT = 3;
|
|
||||||
|
|
||||||
bool checkAndAdjustCylinders();
|
bool checkAndAdjustCylinders();
|
||||||
bool checkAndAdjustHeads();
|
bool checkAndAdjustHeads();
|
||||||
|
Reference in New Issue
Block a user