make exec_from_file take l9660_file* instead of a filename

This commit is contained in:
2025-09-23 20:13:34 +03:00
parent f697fab390
commit 2019f87b14
4 changed files with 19 additions and 15 deletions
+1 -1
View File
@@ -9,4 +9,4 @@
#define USER_STACK_SIZE 0x4000 // 16KB stack (4 pages)
#define USER_STACK_BOTTOM (USER_STACK_TOP - USER_STACK_SIZE)
void exec_from_file(const char* filename, const char* dirname);
void exec_from_file(l9660_file* fs_file, const char* dirname);