├── FAT32-Bootsector.exe ├── Install.sh ├── LICENSE ├── NASM LICENSE ├── README.md ├── backup └── dummy_file ├── bin └── dummy_file ├── nasm.exe └── src ├── app_source.cpp └── bootloader.asm /FAT32-Bootsector.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TebexPL/FAT32-Bootsector/HEAD/FAT32-Bootsector.exe -------------------------------------------------------------------------------- /Install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TebexPL/FAT32-Bootsector/HEAD/Install.sh -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TebexPL/FAT32-Bootsector/HEAD/LICENSE -------------------------------------------------------------------------------- /NASM LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TebexPL/FAT32-Bootsector/HEAD/NASM LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TebexPL/FAT32-Bootsector/HEAD/README.md -------------------------------------------------------------------------------- /backup/dummy_file: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bin/dummy_file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TebexPL/FAT32-Bootsector/HEAD/bin/dummy_file -------------------------------------------------------------------------------- /nasm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TebexPL/FAT32-Bootsector/HEAD/nasm.exe -------------------------------------------------------------------------------- /src/app_source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TebexPL/FAT32-Bootsector/HEAD/src/app_source.cpp -------------------------------------------------------------------------------- /src/bootloader.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TebexPL/FAT32-Bootsector/HEAD/src/bootloader.asm --------------------------------------------------------------------------------