Skip to content

Instantly share code, notes, and snippets.

@wesinator
Last active April 28, 2018 14:21
Show Gist options
  • Save wesinator/7ecc114e4853e576d20048294d803548 to your computer and use it in GitHub Desktop.
Save wesinator/7ecc114e4853e576d20048294d803548 to your computer and use it in GitHub Desktop.
Windows 98 installation steps
  1. Run fdisk
  2. Run format C:
  3. Run SYS A: C: to copy MS-DOS system files to disk.
  4. Reboot from disk.
  5. Run the following to create the Windows install directory:
MD C:\WINDOWS
MD C:\WINDOWS\OPTIONS
MD C:\WINDOWS\OPTIONS\CABS
  1. Copy the Windows 98 installation files from the bootable ISO to the disk. e.g. COPY D:\WIN98\*.* C:\WINDOWS\OPTIONS\CABS
  2. Reboot from disk.
  3. [Possibly Optional] Enable the Extended Memory Manager and SMARTDrive disk caching with the commands:
CD C:\WINDOWS\OPTIONS\CABS
XMSMMGR
SMARTDRV 2048 2048
  1. Run setup.exe /is /p j
  • "/p j" enables ACPI support, which is required in VirtualBox.
  • "/is" is optional, skips Scandisk.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment