Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-16 | Kernel: Absorb LibBareMetal back into the kernel | Andreas 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-09 | Kernel: Move VirtualAddress.h into VM/ | Andreas Kling | |
2019-07-03 | AK: 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-13 | Kernel: Replace the last "linear" with "virtual". | Andreas Kling | |
2019-06-07 | Kernel: Rename LinearAddress => VirtualAddress. | Andreas Kling | |