tasking: continue working on executing ELF files

This commit is contained in:
2025-06-06 20:20:45 +03:00
parent ea6733fd46
commit 2408b67ccc
7 changed files with 4082 additions and 4 deletions
+3934
View File
File diff suppressed because it is too large Load Diff
+5
View File
@@ -0,0 +1,5 @@
#include "../include/fat.h"
#include "../include/elf.h"
#include "../include/stdio.h"
void exec_from_file(const char* filename);