aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/timer
AgeCommit message (Collapse)Author
2020-06-17Started rewriteMarvin Borner
2020-05-13Replaced alloc.h with liballocMarvin Borner
And many more adaptions to the lib
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-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-02-22Well basically nothing really works I guessMarvin Borner
I've worked quite a while on several small things which I didn't commit but I'm going away for a week (holiday) soooo I synced these useless and dumb files :)
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
2019-11-25Added basic control key supportMarvin 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-11-20Began two-stage hdd bootloader and os installerMarvin Borner
2019-10-27Fixed potential int overflow after 50 daysMarvin Borner
2019-10-27Improved boot process and color schemeMarvin Borner
2019-10-26Using compiler-based include methodsMarvin Borner
2019-10-03Began replacement of VGA functionsMarvin Borner
Why does VGA/VESA not work when running on real hardware?
2019-10-02Made timer more preciseMarvin Borner
2019-10-02Finally fixed VESA auto resolution finderMarvin Borner
This was quite hard and strange but it works now!
2019-09-28Added some documentationMarvin Borner
2019-09-21Added ACPI based shutdown commandMarvin Borner
2019-09-19Moved source to kernel directoryMarvin Borner