aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/memory/alloc.h
AgeCommit message (Collapse)Author
2020-05-16Added page-aligned allocation for page-fixMarvin Borner
Not completely finished!
2020-05-13Replaced alloc.h with liballocMarvin Borner
And many more adaptions to the lib
2020-05-11Some scheduling improvementsMarvin Borner
And other stuff..
2020-05-07Added and applied include-sortingMarvin Borner
Worked better than I thought!
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-03Added missing memory functionsMarvin Borner
2020-04-26Awesome new multitasking system and schedulerMarvin Borner
2020-04-26Complete rewrite of paging and allocation libsMarvin Borner
-> This was REALLY needed.
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