diff options
author | Marvin Borner | 2020-05-12 20:28:08 +0200 |
---|---|---|
committer | Marvin Borner | 2020-05-12 20:28:08 +0200 |
commit | 3b16ca421aad772e0f40716e2fc66215d322f7f7 (patch) | |
tree | e0f79fd2e3c16ddb80ce2cbdd2fb13036d59687c /src/userspace/programs/init.c | |
parent | b28552c99b9d2bf59407411c9514d18af3d392c0 (diff) |
Still searching the bug...
And fixed many other small ones
Diffstat (limited to 'src/userspace/programs/init.c')
-rw-r--r-- | src/userspace/programs/init.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/userspace/programs/init.c b/src/userspace/programs/init.c index 7a4900b..724d11e 100644 --- a/src/userspace/programs/init.c +++ b/src/userspace/programs/init.c @@ -34,9 +34,7 @@ void main() // TODO: Fix page fault when mallocing printf("Initializing userspace...\n"); - // TODO: Find out, why processes change pid randomly - // TODO: Fix occasional race conditions with cli/sti - // TODO: Fix scheduler turning off at some point + // TODO: Fix scheduler turning off after spawn spawn("/bin/sh"); printf("Looping in init\n"); |