Difference between revisions of "VirtualBox"

From FreeDOS
Jump to: navigation, search
(Contents)
(Installing FreeDOS in VirtualBox)
Line 1: Line 1:
 
== Installing FreeDOS in VirtualBox ==
 
== Installing FreeDOS in VirtualBox ==
  
[[Installing_FreeDOS_in_VirtualBox | Chapter 1: Prepare a virtual machine for FreeDOS in VirtualBox]]
+
[[VirtualBox | Chapter 1: Prepare a virtual machine for FreeDOS in VirtualBox]]
  
[[Installing_FreeDOS_in_VirtualBox_-_Chapter_2 | Chapter 2: Special settings for FreeDOS]]
+
[[VirtualBox_-_Chapter_2 | Chapter 2: Special settings for FreeDOS]]
  
[[Installing_FreeDOS_in_VirtualBox_-_Chapter_3 | Chapter 3: Connect the FreeDOS install CD]]
+
[[VirtualBox_-_Chapter_3 | Chapter 3: Connect the FreeDOS install CD]]
  
[[Installing_FreeDOS_in_VirtualBox_-_Chapter_4 | Chapter 4: Create a FreeDOS partition with Free FDISK]]
+
[[VirtualBox_-_Chapter_4 | Chapter 4: Create a FreeDOS partition with Free FDISK]]
  
[[Installing_FreeDOS_in_VirtualBox_-_Chapter_5 | Chapter 5: Install FreeDOS]]
+
[[VirtualBox_-_Chapter_5 | Chapter 5: Install FreeDOS]]
  
[[Installing_FreeDOS_in_VirtualBox_-_Chapter_6 | Chapter 6: Exchange files between host and guest]]
+
[[VirtualBox_-_Chapter_6 | Chapter 6: Exchange files between host and guest]]
  
 
== Preparations ==
 
== Preparations ==

Revision as of 10:58, 12 January 2012

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

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