Complete Readme with run cmd

This commit is contained in:
Mathieu Maret 2018-08-05 15:09:52 +02:00
parent d51fff2d9d
commit ca4489f4cc
1 changed files with 10 additions and 1 deletions

View File

@ -2,4 +2,13 @@
To generate iso image
`mtools xorriso (which is libisoburn on ArchLinux)`
* `mtools xorriso (which is libisoburn on ArchLinux)`
* gcc >= 6
# Run it
`make && qemu-system-x86_64 -kernel kernel`
or
`make fd.iso && qemu-system-x86_64 -cdrom fd.iso`