aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/gdt
AgeCommit message (Collapse)Author
2020-06-17Started rewriteMarvin Borner
2020-06-05Fixed many HUGE bugs...Marvin Borner
2020-05-12Fixed wrong array size..Marvin Borner
idk why
2020-05-11Some very small fixes in several filesMarvin Borner
2020-05-07Added and applied include-sortingMarvin Borner
Worked better than I thought!
2020-05-07Some fixes here and there...Marvin Borner
Also implemented serial console in userspace
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-29MUCH work in libcMarvin Borner
Also cleaned up some syscalls etc
2020-04-28Maaaany fixes...Marvin Borner
Sorry for the increasingly worse-getting commit messages :D
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-02-16Revert to good ol' pagingMarvin Borner
2020-02-15Quite many improvementsMarvin Borner
ok.
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*
2020-01-04Removed hardcoded line numbersMarvin Borner
Wasn't that hard after all, eh?
2019-12-07Added userspace libc and began userspace based shellMarvin Borner
2019-11-30Working userspace!Marvin 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
2019-10-27Improved boot process and color schemeMarvin Borner
2019-09-28Added some documentationMarvin Borner
2019-09-22Fixed several GCC warningsMarvin Borner
2019-09-19Moved source to kernel directoryMarvin Borner