filesystems - How is a file loaded in the FAT file system? -


i developing bootloader in x86 assembly , have question fat file system.

which steps necessary find , load file?

there no simple answer, won't delve here.
have peek fat (file allocation table) structures on disk: https://en.wikipedia.org/wiki/design_of_the_fat_file_system

more, reference:
https://en.wikipedia.org/wiki/file_allocation_table


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -