summaryrefslogtreecommitdiff
path: root/Kernel/VirtualAddress.h
AgeCommit message (Collapse)Author
2020-05-16Kernel: Absorb LibBareMetal back into the kernelAndreas Kling
This was supposed to be the foundation for some kind of pre-kernel environment, but nobody is working on it right now, so let's move everything back into the kernel and remove all the confusion.
2019-07-09Kernel: Move VirtualAddress.h into VM/Andreas Kling
2019-07-03AK: Rename the common integer typedefs to make it obvious what they are.Andreas Kling
These types can be picked up by including <AK/Types.h>: * u8, u16, u32, u64 (unsigned) * i8, i16, i32, i64 (signed)
2019-06-13Kernel: Replace the last "linear" with "virtual".Andreas Kling
2019-06-07Kernel: Rename LinearAddress => VirtualAddress.Andreas Kling