syscalls: implement basic execve syscall, no argc, argv, envp support yet

This commit is contained in:
2025-09-14 17:17:42 +03:00
parent 4c26652ee2
commit 91e0379fc9
9 changed files with 192 additions and 38 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ void kmain(unsigned int magic, unsigned int info)
mount_fs();
exec_from_file("main.", ".");
exec_from_file("caller.", ".");
while(1)
{