Mention xorriso in Readme

See #104
This commit is contained in:
Philipp Oppermann
2016-01-18 23:16:17 +01:00
parent a6632af0b6
commit 5bc31e7c46

View File

@@ -27,7 +27,7 @@ This repository contains the source code for the _Writing an OS in Rust_ series
- [Set Up GDB](http://os.phil-opp.com/set-up-gdb.html)
## Building
You need to have `nasm`, `grub-mkrescue`, `qemu` and a nighly Rust compiler installed. Then you can run it using `make run`.
You need to have `nasm`, `grub-mkrescue`, `xorriso`, `qemu` and a nighly Rust compiler installed. Then you can run it using `make run`.
Please file an issue if you run into any problems.