aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: d875c830cc556664cac1328e4e51071322c7946f (plain) (blame)
1
2
3
4
5
6
7
8
9
## How to build on GNU/Linux:

You need to install following packages:

- nasm (for NASM assembler)
- xorriso (for mkisofs)
- qemu (for qemu-system-x86_64)

On some distributions `mkisofs` is available as `genisoimage` or `xorriso -as mkisofs`, change your Makefile accordingly.