mkos32/scripts/start.sh

7 lines
161 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
2024-04-17 10:47:47 +00:00
rm ../filesystem/dysk.img.lock
bochs -f ../config/bochsrc