Added script to automatically build the OS and run in qemu.

This commit is contained in:
neviyn 2017-10-20 22:06:43 +01:00
parent 201f84c20a
commit 1718c66001

5
buildandrun.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
make clean
make
./builddisc.sh
qemu-system-i386 -cdrom myos.iso