Skip to content

Instantly share code, notes, and snippets.

@hzshang
Created April 21, 2022 08:14
Show Gist options
  • Save hzshang/909a65894cdfb2ef66cbcdf64db5b11d to your computer and use it in GitHub Desktop.
Save hzshang/909a65894cdfb2ef66cbcdf64db5b11d to your computer and use it in GitHub Desktop.
qemu-system-mipsel -kernel kernel -hda rootfs.ext2 \
-append 'root=/dev/hda console=ttyS0 rw physmap.enabled=0 noapic' \
-net nic -net tap,ifname=tap0,script=no,downscript=no \
-m 256M -nographic -serial stdio -monitor null \
-no-reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment