Write your own Operating System B03: File Allocation Table (FAT32)

Опубликовано: 24 Октябрь 2024
на канале: Write your own Operating System
38,853
443

▶ Playlist, Sources & Forum: http://wyoos.org
In this video, we learn how to read files and directories that are larger than a single sector - how to look up the next cluster. In the end we discuss how to abstract from FAT32, to be able to extend to different file systems without major rewrites.