Difference between revisions of "VirtualBox"

From FreeDOS
Jump to: navigation, search
(added note that this page needs to be updated for FreeDOS 1.2)
Line 28: Line 28:
  
 
<br />
 
<br />
 +
<div style="background-color:pink">NOTE: This guide is written for FreeDOS 1.1. Please update for FreeDOS 1.2.</div>
 
<br />
 
<br />
 
<br />
 
<br />

Revision as of 21:27, 28 December 2016

Chapter 1: Prepare a virtual machine for FreeDOS in VirtualBox

Chapter 2: Special settings for FreeDOS

Chapter 3: Connect the FreeDOS install CD

Chapter 4: Create a FreeDOS partition with Free FDISK

Chapter 5: Install FreeDOS

Chapter 6: Exchange files between host and guest


Bugs: Heat

Bugs: FreeDOS crashes at boot

Bugs: ICH9 chipset breaks networking

Bugs: Keyboard driver crashes

Bugs: Old bugs



NOTE: This guide is written for FreeDOS 1.1. Please update for FreeDOS 1.2.



Preparations

  1. Install VirtualBox (if you haven't already). It can be found here. If you use a GNU/Linux distribution as host, please install VirtualBox with your package manager (like yum, apt, aptitude etc.). Guest additions are not available for DOS guests, so the Open Source Edition of VirtualBox will do fine.
  2. Download FreeDOS. The FreeDOS installation file should be a CD image (with .ISO file extension). Save this to a permanent location on your computer.




Add a new FreeDOS virtual machine

  • Run VirtualBox

Install1.png


  • Click "New". The "New Virtual Machine Wizard" opens.

Install2.png


  • Give your Virtual Machine a name.

Install3.png


  • Select the amount of memory. The default of 32 MB is fine for me.

Install4.png


  • Select the size of the virtual hard disk. The default of 500 MB is fine for me.

Install5.png


  • Select the format of the virtual hard disk. VirtualBox uses VDI as default. If you use VHD instead, you are able to mount the image like an external disk in Windows 7 or later.

Install6.png


  • Choose if the size of your disk should be dynamically allocated. FreeDOS works fine with that.

Install7.png


  • Give the virtual disk a name. Default is to give it the same name as the machine.

Install8.png


  • Confirm your settings.

Install9.png


  • The new FreeDOS virtual machine is added to your list of virtual machines.

Install10.png


Continue with Chapter 2