Created
December 24, 2015 23:54
-
-
Save nuta/4d957ea3aa9f37486fd3 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| set -e | |
| cd os/minios | |
| #(sleep 9; echo '*** curl'; curl localhost:50080) & | |
| #(sleep 11; echo '*** killing'; killall qemu-system-x86_64) & | |
| [ -f qemu.pcap ] && rm qemu.pcap | |
| reseasdk run --all-in-one CPREFIX=x86-elf- \ | |
| CFLAGS=-fdiagnostics-color=always HAL=x86 BUILTIN_APPS="core elf virtio" | |
| tcpdump -r qemu.pcap -XX |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment