Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-17 | Started rewrite | Marvin Borner | |
2020-06-02 | Much work on the ELF parser and userspace jumping | Marvin Borner | |
2020-05-13 | Replaced alloc.h with liballoc | Marvin Borner | |
And many more adaptions to the lib | |||
2020-05-12 | Added scheduler spinlocking | Marvin Borner | |
I don't think it's needed though, ints are disabled anyway | |||
2020-05-12 | Still searching the bug... | Marvin Borner | |
And fixed many other small ones | |||
2020-05-11 | Some scheduling improvements | Marvin Borner | |
And other stuff.. | |||
2020-05-11 | Some very small fixes in several files | Marvin Borner | |
2020-05-09 | Interrupt analysis - removed many useless cli/sti | Marvin Borner | |
2020-05-09 | Sooooooo many race conditions | Marvin Borner | |
NEXT: SPINLOCKS! | |||
2020-05-09 | Replaced fork() with spawn()! | Marvin Borner | |
Who needs forks anyway | |||
2020-05-07 | Added and applied include-sorting | Marvin Borner | |
Worked better than I thought! | |||
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-06 | Removed vfs - ext2 ftw! | Marvin Borner | |
I should really start thinking before I implement features. Now I did and I have quite a good plan for the future of Melvix (hint: not unix/posix-compliant!). | |||
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 | |
2020-04-28 | Fixed userspace entering... | Marvin Borner | |
Many other fixes too, but I won't mention them because I don't want to :) | |||
2020-04-28 | Userspace rewrite -> IT WORKS! :) | Marvin Borner | |
Finally, after many months of work and rewrites the syscalls with constant char pointers work now :D |