StupidOS/kernel/fs/fat.inc

10 lines
129 B
PHP
Raw Normal View History

2024-07-13 17:02:35 +00:00
;; File: fat.inc
2024-07-14 20:39:48 +00:00
FAT_SECTOR_SIZE = 512
FAT_MDIR_SIZE = 32
struc FatBootSector {
.jump db 3 dup(?)
.banner db 8 dup(?)
}