From 0fc5adc47558837b53cecb0a157297b328ff0ba9 Mon Sep 17 00:00:00 2001 From: Omar Date: Mon, 17 Jun 2019 21:37:16 -0400 Subject: [PATCH] Update INSTALL-xv6.md Command is "qemu-system-x86_64" instead of "qemu-system_x86-64" --- INSTALL-xv6.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL-xv6.md b/INSTALL-xv6.md index d804e6b..daea423 100644 --- a/INSTALL-xv6.md +++ b/INSTALL-xv6.md @@ -60,7 +60,7 @@ When finished, you should be able to run the `qemu` software. To run the x86 version (which is what is needed for xv6), type the following command: ```sh -prompt> qemu-system_x86-64 -nographic +prompt> qemu-system-x86_64 -nographic ``` This will run the `qemu` emulator, but with no kernel to boot! Alas, not that @@ -135,4 +135,4 @@ Now, time to go do the projects! ## Linux -TBD. \ No newline at end of file +TBD.