File descriptors but bad

This commit is contained in:
2026-05-06 10:44:55 +02:00
parent 935564c4b2
commit 04900fbd74
8 changed files with 165 additions and 66 deletions
+2
View File
@@ -11,5 +11,7 @@
int initfs_init(struct limine_file* tar_file);
int tar_lookup(unsigned char* archive, char* filename, char** out);
int tar_read(char* filename, char** buf);
int tar_exists(const char* filename);
#endif