Advertisement
IssyPutchy

Qemu FreeBSD

Jul 25th, 2022
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. qemu-system-aarch64 -m 4096M -cpu cortex-a57 -smp 4 -M virt \
  2. -bios edk2-aarch64-code.fd -serial telnet::4444,server -nographic \
  3. -drive if=none,file=hdd/VMDISK.fbsd,id=hd0 \
  4. -device virtio-blk,drive=hd0 \
  5. -device virtio-net,netdev=net0 \
  6. -netdev user,id=net0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement