StupidOS/kernel/fs/fat.inc

10 lines
129 B
SourcePawn

;; File: fat.inc
FAT_SECTOR_SIZE = 512
FAT_MDIR_SIZE = 32
struc FatBootSector {
.jump db 3 dup(?)
.banner db 8 dup(?)
}