0066.html 3.9 KB

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