aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/tasks
AgeCommit message (Collapse)Author
2020-06-17Started rewriteMarvin Borner
2020-06-17Some thingsMarvin Borner
2020-06-05Fixed many HUGE bugs...Marvin Borner
2020-06-02Much work on the ELF parser and userspace jumpingMarvin Borner
2020-06-01Very clean mmap approachMarvin Borner
Sorry for the previous commit messages, I was kind of frustrated.
2020-05-31OMGMarvin Borner
2020-05-26Reduced some magic numbersMarvin Borner
2020-05-26Some workarounds which apparently work.Marvin Borner
2020-05-23Dynamic paging approachMarvin Borner
I think this is it. I really do. I guess.
2020-05-19Woah, so many changes :OMarvin Borner
2020-05-16Non-dynamic working approachMarvin Borner
2020-05-13Replaced alloc.h with liballocMarvin Borner
And many more adaptions to the lib
2020-05-12Added scheduler spinlockingMarvin Borner
I don't think it's needed though, ints are disabled anyway
2020-05-12Still searching the bug...Marvin Borner
And fixed many other small ones
2020-05-12Fixed page fault in schedulerMarvin Borner
2020-05-11Fixed process name and added process tree printMarvin Borner
2020-05-11Some scheduling improvementsMarvin Borner
And other stuff..
2020-05-11Added quantum 42 counter!Marvin Borner
Wow, this commit message sounds click-baity.. BUT this is what I implemented!
2020-05-11Some very small fixes in several filesMarvin Borner
2020-05-09Interrupt analysis - removed many useless cli/stiMarvin Borner
2020-05-09Sooooooo many race conditionsMarvin Borner
NEXT: SPINLOCKS!
2020-05-09Replaced fork() with spawn()!Marvin Borner
Who needs forks anyway
2020-05-07Added and applied include-sortingMarvin Borner
Worked better than I thought!
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-06New build parameters and shared includesMarvin Borner
This changes many files but I've just applied some replace commands.. So - nothing special!
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-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-28Fixed userspace entering...Marvin Borner
Many other fixes too, but I won't mention them because I don't want to :)
2020-04-28Maaaany fixes...Marvin Borner
Sorry for the increasingly worse-getting commit messages :D
2020-04-27Minor but important fixes in processingMarvin Borner
2020-04-26Awesome new multitasking system and schedulerMarvin Borner
2020-04-25Small cleanup and formattingMarvin Borner
2020-03-27Added and applied tidy commandMarvin Borner
2020-03-18Applied official linux kernel code style guidelinesMarvin Borner
Due to my change to vim and the clang-format plugin this was needed!
2020-03-18Replaced asm calls with sweet functionMarvin Borner
2020-02-16Revert to good ol' pagingMarvin Borner
2020-02-15Quite many improvementsMarvin Borner
ok.
2020-01-26Magic commitMarvin Borner
Some things work, others don't.