You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -203,7 +203,7 @@ There are several provided methods to boot into Windows 98 QuickInstall:
203
203
204
204
# Preparing a Windows 98 / ME installation for packaging
205
205
206
-
- Install Windows 98 in a virtual machine or emulator, just as you want it.
206
+
- Install Windows 98 / ME in a virtual machine or emulator, just as you want it.
207
207
I recommend using 86Box using the following configuration:
208
208
209
209
- Machine:
@@ -212,7 +212,7 @@ There are several provided methods to boot into Windows 98 QuickInstall:
212
212
- CPU type: Intel Pentium II (Deschutes)
213
213
- Memory: 64 MB
214
214
- Display:
215
-
- Video: [AGP] 3dfx Voodoo3 3000 (any video card that does not have an integrated driver in Windows 98 is fine)
215
+
- Video: [ISA] VGA (or any video card that does not have an integrated driver in Windows 98 / ME)
216
216
- Network:
217
217
- None, ***VERY IMPORTANT TO MAKE SURE NETWORK DRIVER SETUP STAYS INTACT!!***
218
218
- Hard disks:
@@ -224,7 +224,7 @@ There are several provided methods to boot into Windows 98 QuickInstall:
224
224
225
225
**NOTE:** It is recommended that NO extra drivers are installed in this VM.
226
226
227
-
- Configure the Windows 98 installation as you wish. Examples:
227
+
- Configure the Windows 98 / ME installation as you wish. Examples:
228
228
- Machine name
229
229
- User name
230
230
- System options
@@ -358,9 +358,11 @@ A: This problem happens when running the script on Windows whilst the script dir
358
358
359
359
A: You've probably used Linux to do the image creation. Linux has no concept of hidden files, therefore this file property cannot be replicated in the images.
360
360
361
-
## Q: I'm getting I/O and read errors, segmentation faults and other weird behavior when installing from CD on a Intel i430 / i440-based system with an Intel 82371SB south bridge (e.g. i440FX)
361
+
## Q: I'm getting I/O and read errors, segmentation faults and other weird behavior when installing from CD on an Intel i430 / i440-based system with an Intel 82371SB south bridge (e.g. i440FX)
362
362
363
-
A: This problem has been verified by Deksor, 0xCats and myself, and is a deeply rooted problem within the Linux Kernel that has existed since at least version 2.4.xx. Operating the drives in PIO mode can help.
363
+
A: This problem has been verified by Deksor, Rigo and myself, and is a deeply rooted problem that has existed since at least version 2.4.xx. Operating the drives in PIO mode can help.
364
+
365
+
A BIOS update may help, the issue is currently under investigation as we found some BIOS versions where this problem does not occur.
364
366
365
367
For now, you can work around this problem by using a PCI SCSI or IDE adapter card that supports CD-ROM boot or has DOS drivers with the **DOS boot floppy option**.
0 commit comments