xv6-cs450/vagrantprov.sh

7 lines
140 B
Bash
Raw Normal View History

2014-09-24 14:25:02 +02:00
#!/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