Update INSTALL-xv6.md
Command is "qemu-system-x86_64" instead of "qemu-system_x86-64"
This commit is contained in:
@@ -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:
|
version (which is what is needed for xv6), type the following command:
|
||||||
|
|
||||||
```sh
|
```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
|
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
|
## Linux
|
||||||
|
|
||||||
TBD.
|
TBD.
|
||||||
|
|||||||
Reference in New Issue
Block a user