continue working on implementing lib9660 into the kernel

This commit is contained in:
2025-08-16 19:41:48 +03:00
parent 287ac77422
commit ce6e9642ee
10 changed files with 151 additions and 53 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
#include "../include/fat.h"
#include "../include/elf.h"
#include "../include/stdio.h"
#include "../include/vfs.h"
#include "../include/lib9660.h"
void exec_from_file(const char* filename, const char* dirname);