mirror of
https://github.com/originalmk/mkos32.git
synced 2024-11-20 09:08:50 +00:00
7 lines
161 B
Bash
Executable File
7 lines
161 B
Bash
Executable File
#!/bin/bash
|
|
./compile.sh
|
|
./makeiso.sh
|
|
# Remove lock in case of bad shutdown, it makes debugging easier
|
|
rm ../filesystem/dysk.img.lock
|
|
bochs -f ../config/bochsrc
|