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

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -