diff --git a/sys/fs/fat/fat.c b/sys/fs/fat/fat.c index 4dc6205..8c2a4b3 100644 --- a/sys/fs/fat/fat.c +++ b/sys/fs/fat/fat.c @@ -150,6 +150,7 @@ fd->res = _file; fd->perms = 0x1; fd->size = _file->filelength; + kprintf("Size: %i\n", fd->size); } return (0x1);