Kshell: load executable command

This commit is contained in:
2026-05-04 20:38:10 +02:00
parent ccb6ca89f1
commit c00a247ead
4 changed files with 42 additions and 1 deletions
+1
View File
@@ -10,5 +10,6 @@
#include <limine.h>
int initfs_init(struct limine_file* tar_file);
int tar_lookup(unsigned char* archive, char* filename, char** out);
#endif
+2
View File
@@ -47,6 +47,8 @@ void debug_stack_trace(unsigned int max_frames);
const char* debug_find_symbol(uintptr_t rip, uintptr_t* offset);
void boot_mem_display(void);
int loader_load_raw();
#define assert(check) do { if(!(check)) hcf(); } while(0)
struct boot_context {