xv6-cs450/vagrantprov.sh
2014-09-24 07:25:02 -05:00

7 lines
140 B
Bash
Executable file

#!/usr/bin/env bash
apt-get update
apt-get install -y qemu-system-x86
apt-get install -y gdb
echo "set auto-load safe-path /" > ~/.gdbinit