Add mtools to readme (#213)

This commit is contained in:
dns2utf8
2016-09-12 11:22:42 +02:00
committed by Philipp Oppermann
parent 9830f4ef48
commit 917eb78255

View File

@@ -36,7 +36,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`, `xorriso`, `qemu` and a nighly Rust compiler installed. Then you can run it using `make run`.
You need to have `nasm`, `grub-mkrescue`, `mformat` (included in `mtools`), `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.