Find bootloader in FAT

This commit is contained in:
Byron Lathi
2023-08-12 19:03:24 -07:00
parent fd9389268a
commit 053b0d7e3e
6 changed files with 111 additions and 126 deletions

View File

@@ -10,7 +10,7 @@ V=-v
STATUS=
echo "$(tput bold setaf 11)Creating Filesystem$(tput sgr 0)"
sudo mkfs.vfat -F32 $DEVICE -n SUPER6502 $V
sudo mkfs.vfat -I -F32 $DEVICE -n SUPER6502 $V
echo
echo "$(tput bold setaf 11)Modifying Boot Sector$(tput sgr 0)"