From a9ab075cbd7c92baae281d356b36cab85f469e3d Mon Sep 17 00:00:00 2001 From: Bryce Denney Date: Thu, 17 May 2001 20:06:31 +0000 Subject: [PATCH] - I made newHardDriveSupport on by default --- bochs/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bochs/main.cc b/bochs/main.cc index 3cbb6137a..a5fde67a3 100644 --- a/bochs/main.cc +++ b/bochs/main.cc @@ -79,7 +79,7 @@ bx_options_t bx_options = { 0, // default i440FXSupport {NULL, 0}, // cmos path, cmos image boolean { 0, 0, 0, {0,0,0,0,0,0}, NULL, NULL }, // ne2k - 0, // newHardDriveSupport + 1, // newHardDriveSupport { 0, NULL, NULL, NULL } // load32bitOSImage hack stuff };