This commit is contained in:
2026-05-06 14:04:28 +02:00
parent c061da4d81
commit 9a1a0e428a
3 changed files with 33 additions and 11 deletions
+1
View File
@@ -13,5 +13,6 @@ int initfs_init(struct limine_file* tar_file);
int tar_lookup(unsigned char* archive, char* filename, char** out);
int tar_exists(const char* filename);
int tar_read(char* filename, char* out, int count, int offset);
void tar_list();
#endif