6 lines
98 B
Bash
Executable File
6 lines
98 B
Bash
Executable File
#!/bin/sh
|
|
make clean
|
|
make
|
|
./builddisc.sh
|
|
qemu-system-i386 -cdrom myos.iso -serial file:serial.log
|