Fix fork() for new task switching model

This commit is contained in:
Justin C. Miller
2019-04-03 10:08:26 -07:00
parent 8375870af6
commit c605793a9d
13 changed files with 172 additions and 97 deletions

View File

@@ -14,7 +14,6 @@ extern "C" {
namespace syscalls {
pid_t fork() { return 0; }
void send() {}
void receive() {}