aboutsummaryrefslogtreecommitdiff
path: root/src/userspace/programs/init.c
AgeCommit message (Collapse)Author
2020-05-07Some debugging and fixingMarvin Borner
Still didn't fix the bugs
2020-05-07Fixed many bugs with wait() and fork()Marvin Borner
This also adds many race conditions which really need to be fixed..
2020-05-07Added wait syscallMarvin Borner
2020-05-07Some fixes here and there...Marvin Borner
Also implemented serial console in userspace
2020-05-06Added event mapping driverMarvin Borner
2020-05-02Some work in the vfsMarvin Borner
2020-04-30Started vfsMarvin Borner
2020-04-29Working framebuffer from userspace...Marvin Borner
Well, it doesn't actually work. I disabled several security measures to get this working and I'll try to fix these soon.
2020-04-29Fixed several warnings, errors and dumb bugsMarvin Borner
2020-04-29MUCH work in libcMarvin Borner
Also cleaned up some syscalls etc
2020-04-29Started libgui implementationMarvin Borner
2020-04-29Added basic exec calls for init and started libcMarvin Borner
2020-04-28Added support for multiple user applicationsMarvin Borner