Update RISC-V64_QEMU.md

This commit is contained in:
aiminick 2021-06-20 20:03:14 +08:00 committed by GitHub
parent a1b03d1517
commit fd5ba16d86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -2,6 +2,8 @@
- ENV: Ubuntu 1804 X86 - ENV: Ubuntu 1804 X86
----
#### Install Base Package #### Install Base Package
``` ```
@ -166,9 +168,11 @@ nohup \
-device virtio-net-device,netdev=usernet -netdev user,id=usernet,hostfwd=tcp::22222-:22 -device virtio-net-device,netdev=usernet -netdev user,id=usernet,hostfwd=tcp::22222-:22
``` ```
## Note ----
#### For Qemu used 9P #### Note
**For Qemu used 9P**
``` ```
./configure --enable-gtk --enable-virtfs ./configure --enable-gtk --enable-virtfs