Added script to automatically build the OS and run in qemu.
This commit is contained in:
parent
201f84c20a
commit
1718c66001
5
buildandrun.sh
Executable file
5
buildandrun.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
make clean
|
||||
make
|
||||
./builddisc.sh
|
||||
qemu-system-i386 -cdrom myos.iso
|
Loading…
Reference in New Issue
Block a user