mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:47:36 +00:00
UserspaceEmulator: Implement the fork() syscall :^)
This commit is contained in:
parent
7bb6b1d44d
commit
b9b74e355a
2 changed files with 8 additions and 1 deletions
|
@ -70,6 +70,7 @@ private:
|
|||
|
||||
void setup_stack(const Vector<String>& arguments, const Vector<String>& environment);
|
||||
|
||||
int virt$fork();
|
||||
int virt$get_dir_entries(int fd, FlatPtr buffer, ssize_t);
|
||||
int virt$ioctl(int fd, unsigned, FlatPtr);
|
||||
int virt$usleep(useconds_t);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue