From dd918794f2af44e54ea9ff1e010f66cf03896048 Mon Sep 17 00:00:00 2001 From: notsomeidiot123 Date: Thu, 25 Jun 2026 20:50:41 -0400 Subject: [PATCH] Commented out unused line, so it'll compile --- src/kmodules/fs_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kmodules/fs_driver.c b/src/kmodules/fs_driver.c index 5950088..d6fbe3d 100644 --- a/src/kmodules/fs_driver.c +++ b/src/kmodules/fs_driver.c @@ -34,7 +34,7 @@ uint32_t fat32_mount(vfile_t *dev_file, char *destination, uint32_t offset){ } puts(api, MODULE_NAME, "Valid BPB found!\n"); - fat32_make_mount(); + // fat32_make_mount(); return 1; }