aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/syscall
AgeCommit message (Collapse)Author
2020-06-17Started rewriteMarvin Borner
2020-06-02Much work on the ELF parser and userspace jumpingMarvin Borner
2020-05-13Replaced alloc.h with liballocMarvin Borner
And many more adaptions to the lib
2020-05-12Still searching the bug...Marvin Borner
And fixed many other small ones
2020-05-11Some scheduling improvementsMarvin Borner
And other stuff..
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-07Some fixes here and there...Marvin Borner
Also implemented serial console in userspace
2020-05-06Added event mapping driverMarvin 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-05-06Removed 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-02Some work in the vfsMarvin Borner
2020-05-02Added many syscalls to get better POSIX complianceMarvin 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-29MUCH work in libcMarvin Borner
Also cleaned up some syscalls etc
2020-04-29Some work on the libguiMarvin Borner
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
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-28Userspace rewrite -> IT WORKS! :)Marvin Borner
Finally, after many months of work and rewrites the syscalls with constant char pointers work now :D
2020-04-26Awesome new multitasking system and schedulerMarvin Borner
2020-04-26Some elf userspace testingMarvin Borner
2020-04-15Used macro magic to implement function-based logsMarvin 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-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.
2020-01-20Added pure awesomenessMarvin Borner
Actually quite some days of work but ok
2020-01-16Quite a different approach to userspace pagingMarvin Borner
Hope this works soon!
2020-01-06Usermode based allocating works a bit nowMarvin Borner
*a bit*
2019-12-21Many debugging/serial improvementsMarvin Borner
Sorry for the little information, but I did many things :)
2019-12-21Some userspace improvementsMarvin Borner
GAS is bad, NASM is awesome.
2019-12-18Added very basic command supportMarvin Borner
2019-12-17Finally fixed text input syscalls!Marvin Borner
I guess I can officially call me dumb now as I just forgot to return the actual value from the syscall handler...
2019-12-16Single hardcoded pixel drawing in userspace somehow works a bitMarvin Borner
2019-12-14idkMarvin Borner
2019-12-11Some user-side graphicsMarvin Borner
2019-12-10Some syscalls and userspace stuffMarvin Borner
sorry for the worse-getting commit messages...
2019-12-09Lars, your wish may come true if you fix this!Marvin Borner
2019-12-08Added very basic network and PCI driverMarvin Borner
2019-12-08Working text input!Marvin Borner
2019-12-07Added userspace libc and began userspace based shellMarvin Borner
2019-12-04Fully working syscall interfaceMarvin Borner
2019-12-04More-working syscall logic (parameters work!)Marvin Borner
2019-12-01Semi-working C-based userspace syscallsMarvin Borner
2019-11-30Working userspace!Marvin Borner
2019-11-30Replaced vesa print functions with printfMarvin Borner
2019-11-24Major coding style reformatting -> Kernighan & RitchieMarvin Borner
This project now (hopefully) uses the same style recommended by Kernighan and Ritchie and used in the Linux Kernel
2019-10-31Some user mode improvementsMarvin Borner
2019-10-31Implemented basic syscalls and user modeMarvin Borner
Doesn't completely work right now