Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-19 | Applied tidy command... | Marvin Borner | |
Idk why I forgot it for several commits :D | |||
2020-04-18 | Added fadt flags and ACPI reboot | Marvin Borner | |
2020-04-18 | Added RSDT sum check | Marvin Borner | |
2020-04-18 | I don't know HOW I did it, but it works! | Marvin Borner | |
I finally fixed the acpi tables with some memory mapping magic and paging allocations, which seems to do the trick. YAY. | |||
2020-04-18 | Completely reworked ACPI tables | Marvin Borner | |
I'm too exhausted right now, but I rediscovered the memory mapping issue of my ACPI implementatio and need to fix it ASAP. Otherwise I won't be able to use any ACPI table without causing a page fault. I have no clue why exactly this is happening and the internet says that I shouldn't need to memory map them. Well, I'll look into it later. | |||
2020-03-27 | Added and applied tidy command | Marvin Borner | |
2020-03-18 | Applied official linux kernel code style guidelines | Marvin Borner | |
Due to my change to vim and the clang-format plugin this was needed! | |||
2020-03-18 | Replaced asm calls with sweet function | Marvin Borner | |
2020-01-20 | Added pure awesomeness | Marvin Borner | |
Actually quite some days of work but ok | |||
2019-12-21 | Many debugging/serial improvements | Marvin Borner | |
Sorry for the little information, but I did many things :) | |||
2019-12-07 | Added userspace libc and began userspace based shell | Marvin Borner | |
2019-11-30 | Replaced vesa print functions with printf | Marvin Borner | |
2019-11-24 | Major coding style reformatting -> Kernighan & Ritchie | Marvin Borner | |
This project now (hopefully) uses the same style recommended by Kernighan and Ritchie and used in the Linux Kernel | |||
2019-11-12 | Began high precision timer (HPET) implementation | Marvin Borner | |
2019-10-28 | Added cmos based rtc date & time | Marvin Borner | |