From ca4489f4cc75a83612a90c96fa27f0b066bc1450 Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Sun, 5 Aug 2018 15:09:52 +0200 Subject: [PATCH] Complete Readme with run cmd --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e71510e..bcb19ea 100644 --- a/README.md +++ b/README.md @@ -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`