0066.html 3.6 KB

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