ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Windows/prefs_windows.cpp
(Generate patch)

Comparing BasiliskII/src/Windows/prefs_windows.cpp (file contents):
Revision 1.2 by gbeauche, 2004-11-29T21:59:03Z vs.
Revision 1.3 by gbeauche, 2004-12-03T22:04:24Z

# Line 41 | Line 41 | prefs_desc platform_prefs_items[] = {
41   #ifdef HAVE_SIGSEGV_SKIP_INSTRUCTION
42          {"ignoresegv", TYPE_BOOLEAN, false,    "ignore illegal memory accesses"},
43   #endif
44 +        {"enableextfs", TYPE_BOOLEAN, false,   "enable extfs system"},
45          {NULL, TYPE_END, false, NULL} // End of list
46   };
47  
# Line 112 | Line 113 | void AddPlatformPrefsDefaults(void)
113   #ifdef HAVE_SIGSEGV_SKIP_INSTRUCTION
114          PrefsAddBool("ignoresegv", false);
115   #endif
116 +        PrefsReplaceBool("enableextfs", false);
117   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines