Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-07 | Some debugging and fixing | Marvin Borner | |
Still didn't fix the bugs | |||
2020-05-07 | Fixed many bugs with wait() and fork() | Marvin Borner | |
This also adds many race conditions which really need to be fixed.. | |||
2020-05-07 | Added wait syscall | Marvin Borner | |
2020-05-07 | Some fixes here and there... | Marvin Borner | |
Also implemented serial console in userspace | |||
2020-05-06 | Added event mapping driver | Marvin Borner | |
2020-05-02 | Some work in the vfs | Marvin Borner | |
2020-04-30 | Started vfs | Marvin Borner | |
2020-04-29 | Working 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-29 | Fixed several warnings, errors and dumb bugs | Marvin Borner | |
2020-04-29 | MUCH work in libc | Marvin Borner | |
Also cleaned up some syscalls etc | |||
2020-04-29 | Started libgui implementation | Marvin Borner | |
2020-04-29 | Added basic exec calls for init and started libc | Marvin Borner | |
2020-04-28 | Added support for multiple user applications | Marvin Borner | |