mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2025-07-03 01:32:58 -07:00
6 lines
80 B
C
6 lines
80 B
C
#include "fat12.h"
|
|
|
|
void fat12_init() {
|
|
// Filesystem initialization code
|
|
}
|