From eff13e5ee83a9edbf26b9d28d5d67bd5be0a0aa4 Mon Sep 17 00:00:00 2001 From: Shancang Li <shancang.li@uwe.ac.uk> Date: Tue, 13 Oct 2020 10:21:11 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 75de39d..095ce14 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,10 @@ This will create the operating system binary itself: minimalos.bin -and a CDROM, i.e. ISO, image: - - minimalos.iso Run + + qemu-system-i386 --kernel minimal.bin ============ Now we have built our minimal OS we would like to run it. To do this -- GitLab