Skip to content

Commit

Permalink
change qemu option
Browse files Browse the repository at this point in the history
  • Loading branch information
lapla-cogito committed Aug 13, 2024
1 parent 376c62a commit 277c63d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ cp $USER kernel/shell
(cd kernel && cargo build --release)
$QEMU -machine virt -bios default -nographic -serial mon:stdio --no-reboot \
-chardev udp,id=m8,host=0.0.0.0,port=8888 \
-device virtio-net-pci,netdev=usernet -netdev user,id=usernet \
-d guest_errors \
-kernel $KERNEL
''']
Expand Down
Binary file added dump.dat
Binary file not shown.

0 comments on commit 277c63d

Please sign in to comment.