summaryrefslogtreecommitdiff
path: root/INSTALL
blob: 23054a2d48696576d1c50b7fda417313a4fca20d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Prerequisites:

nasm
gcc
GNU make
byacc
patch

Fetch all required sources with:

make source

Build the qemu image with:

make qemu

Note that building VDI images needs vditool, which needs a properly
installed version of the VirtualBox shared library files.

Note that you can't build grub on a 64-bit machine, use a 32-bit
environment for that.