0066.html 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Running a Windows 1 VM in Virtualbox</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="VirtualBox,Virtual Machine,Vintage Microsoft,Windows 1,i12bretro,How To,Tutorial">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Running a Windows 1 VM in Virtualbox">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  12. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  13. <script type="text/javascript" src="includes/js/steps.js"></script>
  14. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  15. </head>
  16. <body>
  17. <div id="gridContainer">
  18. <div class="topMargin"></div>
  19. <div id="listName" class="topMargin">
  20. <h1>Running a Windows 1 VM in Virtualbox</h1>
  21. </div>
  22. <div></div>
  23. <div id="content">
  24. <ol>
  25. <li>Download MS-DOS 6.22 <a href="https://winworldpc.com/product/ms-dos/622" target="_blank">Download</a></li>
  26. <li>Download Microsoft Windows 1.04 <a href="https://winworldpc.com/product/windows-10/104" target="_blank">Download</a></li>
  27. <li>Extract the MS-DOS and Windows 1.04 files</li>
  28. <li>Launch Virtualbox</li>
  29. <li>Create a New VM by selecting Machine &gt; New
  30. <p>Name: Microsoft Windows 1.04<br />
  31. Machine Folder: C:\VMs<br />
  32. Type: Microsoft Windows<br />
  33. Version: Windows 3.1<br />
  34. Memory Size: 4 MB<br />
  35. Hard disk: Create a virtual hard disk now</p>
  36. </li>
  37. <li>Click Create</li>
  38. <li>On the Create Virtual Hard Disk dialog
  39. <p>Name the virtual disk image Microsoft Windows 1.04.vdi<br />
  40. File size: 16 MB<br />
  41. Hard disk file type: VDI<br />
  42. Storage on physical hard disk: Dynamically Allocated</p>
  43. </li>
  44. <li>Click Create</li>
  45. <li>Select the VM and Click Settings</li>
  46. <li>Select Storage</li>
  47. <li>Click on the floppy disk drive</li>
  48. <li>Select the disc dropdown to the right &gt; Choose a virtual floppy disk file...</li>
  49. <li>Browse to the extracted MS-DOS 6.22 files and select Disk1.img</li>
  50. <li>Click OK</li>
  51. <li>Make sure the Windows 1.04 VM is selected and click Start &gt; Normal</li>
  52. <li>Press Enter to start the installation and press Enter multiple times to accept the default values</li>
  53. <li>When prompted by the installer, go to the VM settings and swap out the MS-DOS disk images and press Enter to continue</li>
  54. <li>Once MS-DOS has been successfully installed, select Devices &gt; Floppy Drives &gt; Remove disk from virtual drive</li>
  55. <li>Press Enter in the VM to reboot</li>
  56. <li>Once MS-DOS has booted, select Devices &gt; Floppy Drives &gt; Choose disk image...<br />
  57. Navigate to the extracted Windows 1.04 files and select Disk1.img</li>
  58. <li>Type the following command<br />
  59. a:<br />
  60. setup</li>
  61. <li>The Windows 1.04 installation process will start</li>
  62. <li>Press C to Continue</li>
  63. <li>Select 1 on the keyboard setup</li>
  64. <li>Select 7 on the pointing device setup</li>
  65. <li>Select 3 on the display setup</li>
  66. <li>When prompted by the installer, go to the VM settings and swap out the Window 1.04 disk images and press Enter to continue</li>
  67. <li>Press N when asked if you&#39;d like to setup a printer/plotter</li>
  68. <li>After the installation completes, type the following command:<br />
  69. win</li>
  70. <li>Welcome to Windows 1.04</li>
  71. <li>Revel in the nostalgia</li>
  72. </ol>
  73. </div>
  74. </div>
  75. </body>
  76. </html>