-
Notifications
You must be signed in to change notification settings - Fork 0
Running on Virtualbox
Joel Nider edited this page Dec 4, 2013
·
6 revisions
The easiest way to accomplish this is to run it in a virtual machine. Luckily, today virtualization software is free and easy to use. Personally, I like to use Virtualbox. You could also use Bochs or QEMU as well, and probably many others that I haven't tried.
- Install Virtualbox which you can find here - it's good for building the source if you don't have a Linux machine handy, as well as running Dominos later on.
- Build the kernel by following these instructions
- Generate the ISO image by running 'make' from the root directory. This will create dominos.iso, which you can now burn to a real CD or load in a virtual machine.
- Configure a new machine in Virtualbox that uses the ISO image as a CD, or boot off a real CD if you so desire
- Run it!