Age | Commit message (Expand) | Author |
---|---|---|
2020-05-23 | Kernel: Simplify MP table parser a little bit more | Andreas Kling |
2020-05-22 | Kernel: Simplify scanning BIOS/EBDA and MP parser initialization | Andreas Kling |
2020-05-22 | Kernel: Add convenient ways to map whole BIOS and EBDA into memory | Andreas Kling |
2020-05-22 | Kernel: Clean up and simplify MP table parsing | Andreas Kling |
2020-05-16 | Kernel: Absorb LibBareMetal back into the kernel | Andreas Kling |
2020-05-08 | Kernel: Remove ref-counting from interrupt override metadata | Andreas Kling |
2020-03-22 | Kernel: Run clang-format on files | Shannon Booth |
2020-03-08 | AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*) | Andreas Kling |
2020-02-24 | Kernel: Add MultiProcessor Parser | Liav A |