↧
Answer by ecm for Filesystem on Loop Device not Recognized by Linux when...
Here's how I just installed a custom boot sector loader into an image and have it work afterwards. This is a FAT12 image that is 1440 KiB long in my case, but the size of the BPB + BPB new fields is...
View ArticleFilesystem on Loop Device not Recognized by Linux when Bootloader is Written...
I am currently writing a bootloader in x86 NASM assembly designed to load a kernel (R.BIN) from a FAT16 filesystem and jump to it. I have been writing the bootloader to a blank image that I have...
View Article