1 2 3 4 5 6
#!/bin/sh cd `dirname $0` make -C kernel || exit 1 qemu-system-i386 -kernel kernel/kernel.bin -serial stdio -m 16