Created
April 21, 2022 08:14
-
-
Save hzshang/909a65894cdfb2ef66cbcdf64db5b11d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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