Last active
January 18, 2024 01:23
-
-
Save RichardWithnell/5bd29e72822ca4658718 to your computer and use it in GitHub Desktop.
MPTCP - qemu
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
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