Skip to content

Commit f2650cf

Browse files
Merge pull request remzi-arpacidusseau#5 from omodev/patch-1
Update INSTALL-xv6.md
2 parents dc38652 + 0fc5adc commit f2650cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

INSTALL-xv6.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ When finished, you should be able to run the `qemu` software. To run the x86
6060
version (which is what is needed for xv6), type the following command:
6161

6262
```sh
63-
prompt> qemu-system_x86-64 -nographic
63+
prompt> qemu-system-x86_64 -nographic
6464
```
6565

6666
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!
135135

136136
## Linux
137137

138-
TBD.
138+
TBD.

0 commit comments

Comments
 (0)