mostly improvements to malloc

This commit is contained in:
2025-07-01 11:20:04 -07:00
parent 109e554524
commit e1e30b511a
15 changed files with 276 additions and 30 deletions

5
kernel/fat12.c Normal file
View File

@@ -0,0 +1,5 @@
#include "fat12.h"
void fat12_init() {
// Filesystem initialization code
}