Building an OS - 3 - The FAT file system

Описание к видео Building an OS - 3 - The FAT file system

We continue writing our bootloader, and we learn to read a file from a FAT disk.

Part 2:    • Building an OS - 2 - Reading from the...  
Part 1:    • Building an OS - 1 - Hello world  
Source code: https://github.com/nanobyte-dev/nanob...

Tools:
Bochs: http://bochs.sourceforge.net/
mtools: https://www.gnu.org/software/mtools/
VSCode: https://code.visualstudio.com/
Okteta (Linux): https://apps.kde.org/en/okteta
HxD hex editor (Windows): https://mh-nexus.de/en/hxd/

Documentation:
FAT12 file system: https://wiki.osdev.org/FAT
INT 13h: https://www.stanislavs.org/helppc/int...
x86 instruction reference: https://c9x.me/x86/

Комментарии

Информация по комментариям в разработке