Skip to content

Instantly share code, notes, and snippets.

@nuta
Created December 24, 2015 23:54
Show Gist options
  • Select an option

  • Save nuta/4d957ea3aa9f37486fd3 to your computer and use it in GitHub Desktop.

Select an option

Save nuta/4d957ea3aa9f37486fd3 to your computer and use it in GitHub Desktop.
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