VirtualBox

From FreeDOS
Revision as of 17:06, 12 January 2012 by Ulihansen (Talk | contribs)

Jump to: navigation, search

Installing FreeDOS in VirtualBox

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

Chapter 7: Known Bugs: 1. Heat

Chapter 8: Known Bugs: 2. UIDE.SYS

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.

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