Skip to content

Instantly share code, notes, and snippets.

@RichardWithnell
Last active January 18, 2024 01:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RichardWithnell/5bd29e72822ca4658718 to your computer and use it in GitHub Desktop.
Save RichardWithnell/5bd29e72822ca4658718 to your computer and use it in GitHub Desktop.
MPTCP - qemu
git clone http://github.com/multipath-tcp/mptcp
cd mptcp
make defconfig
#configure mptcp
make all
cd arch/i386/boot
mkinitramfs -o initrd.img-3.14
sudo qemu-system-i386 -cpu Haswell -kernel bzImage -initrd initrd.img-3.14 -m 512M -net nic,model=e1000,vlan=0,macaddr=00:00:00:00:00:04 -net tap,ifname=server-tap0,vlan=0,script=no,downscript=no -hda ~/Software/uml/Debian-Server -append "root=/dev/sda"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment