USB-FAT32-Bootloader icon indicating copy to clipboard operation
USB-FAT32-Bootloader copied to clipboard

A simple FAT32 bootloader written in assembly to boot from USB drives.

Results 2 USB-FAT32-Bootloader issues
Sort by recently updated
recently updated
newest added

``` bootloader/boot.asm:145: warning: label alone on a line without a colon might be in error [-w+orphan-labels] bootloader/boot.asm:147: warning: label alone on a line without a colon might be in error...