summaryrefslogtreecommitdiff
path: root/Libraries/LibBareMetal
AgeCommit message (Expand)Author
2020-03-12ACPI: Examine bit width in Generic address structure before assertingLiav A
2020-03-09LibBareMetal: Return FlatPtr from PhysicalAddress::offset_in_page()Liav A
2020-03-08AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)Andreas Kling
2020-03-04LibBareMetal: Don't try to print characters from a null pointerAndreas Kling
2020-03-02LibBareMetal: Add IOAddress classLiav A
2020-03-02LibBareMetal: Add support for kernel log streamLiav A
2020-02-27LibBareMetal: Remove unnecessary includeLiav A
2020-02-24AK: Add offset_in_page() method in PhysicalAddress classLiav A
2020-02-16Kernel: Move all code into the Kernel namespaceAndreas Kling
2020-02-15LibBareMetal: Install headers so ports can pick them upAndreas Kling
2020-02-09LibBareMetal: Add Memory definitionsLiav A
2020-02-09LibBareMetal: Creating a new library for freestanding environmentsLiav A