syscalls: implement basic execve syscall, no argc, argv, envp support yet
This commit is contained in:
+1
-1
@@ -131,7 +131,7 @@ void kmain(unsigned int magic, unsigned int info)
|
||||
|
||||
mount_fs();
|
||||
|
||||
exec_from_file("main.", ".");
|
||||
exec_from_file("caller.", ".");
|
||||
|
||||
while(1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user