2023-10-13 07:30:58 +00:00
|
|
|
#!/bin/bash
|
2023-10-20 22:27:04 +00:00
|
|
|
./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
|