mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2025-10-13 21:25:07 -07:00
mostly improvements to malloc
This commit is contained in:
5
kernel/fat12.c
Normal file
5
kernel/fat12.c
Normal file
@@ -0,0 +1,5 @@
|
||||
#include "fat12.h"
|
||||
|
||||
void fat12_init() {
|
||||
// Filesystem initialization code
|
||||
}
|
Reference in New Issue
Block a user