[sys] This seems to help fork() a small bit
This commit is contained in:
parent
4052a8f63a
commit
8aee786497
@ -130,7 +130,8 @@ static int execve(const char * filename, char *const argv[], char *const envp[])
|
||||
}
|
||||
|
||||
static int sys_fork() {
|
||||
return fork();
|
||||
uint32_t f = fork();
|
||||
return f;
|
||||
}
|
||||
|
||||
static int getgraphicsaddress() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user