Age | Commit message (Expand) | Author |
---|---|---|
2020-03-12 | ACPI: Examine bit width in Generic address structure before asserting | Liav A |
2020-03-09 | LibBareMetal: Return FlatPtr from PhysicalAddress::offset_in_page() | Liav A |
2020-03-08 | AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*) | Andreas Kling |
2020-03-04 | LibBareMetal: Don't try to print characters from a null pointer | Andreas Kling |
2020-03-02 | LibBareMetal: Add IOAddress class | Liav A |
2020-03-02 | LibBareMetal: Add support for kernel log stream | Liav A |
2020-02-27 | LibBareMetal: Remove unnecessary include | Liav A |
2020-02-24 | AK: Add offset_in_page() method in PhysicalAddress class | Liav A |
2020-02-16 | Kernel: Move all code into the Kernel namespace | Andreas Kling |
2020-02-15 | LibBareMetal: Install headers so ports can pick them up | Andreas Kling |
2020-02-09 | LibBareMetal: Add Memory definitions | Liav A |
2020-02-09 | LibBareMetal: Creating a new library for freestanding environments | Liav A |