summaryrefslogtreecommitdiff
path: root/create_installroot
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2023-08-31 10:07:55 +0100
committerFreeArtMan <dos21h@gmail.com>2023-08-31 10:07:55 +0100
commit95ea03431757a829f0018b2950519add508d2629 (patch)
tree497cd701558e21c58c4c447322e7a5caa5edafa3 /create_installroot
parentb45185d2a439802d6bf2cd0b0a8b0cd4cfea1b53 (diff)
downloados201-95ea03431757a829f0018b2950519add508d2629.tar.gz
os201-95ea03431757a829f0018b2950519add508d2629.zip
Add micropython building script
Diffstat (limited to 'create_installroot')
-rwxr-xr-xcreate_installroot/boot_qemu.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/create_installroot/boot_qemu.sh b/create_installroot/boot_qemu.sh
index d14b102..11ebc5d 100755
--- a/create_installroot/boot_qemu.sh
+++ b/create_installroot/boot_qemu.sh
@@ -7,6 +7,9 @@ qemu-system-x86_64 \
-m 256 \
-netdev tap,id=mynet0,ifname=tap0,script=no,downscript=no -device e1000,netdev=mynet0,mac=52:55:00:d1:55:01
+#https://gist.github.com/extremecoders-re/e8fd8a67a515fee0c873dcafc81d811c
+#https://stackoverflow.com/questions/15626088/tap-interfaces-and-dev-net-tun-device-using-ip-tuntap-command
+
#qemu-system-x86_64 -drive format=raw,file=xos_image.img -m 128
#qemu-system-x86_64 \
# -kernel bootfs/vmlinuz-xos \