mkos32/start.sh

7 lines
126 B
Bash
Raw Normal View History

2023-10-13 07:30:58 +00:00
#!/bin/bash
./compile.sh
./makeiso.sh
2023-11-03 13:13:53 +00:00
# Remove lock in case of bad shutdown, it makes debugging easier
rm dysk.img.lock
bochs