ClassicOS/kernel/fat12.c

6 lines
80 B
C

#include "fat12.h"
void fat12_init() {
// Filesystem initialization code
}