serenity/Libraries/LibBareMetal
Andreas Kling b1058b33fb AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)
Use this instead of uintptr_t throughout the codebase. This makes it
possible to pass a FlatPtr to something that has u32 and u64 overloads.
2020-03-08 13:06:51 +01:00
..
Memory AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*) 2020-03-08 13:06:51 +01:00
Output LibBareMetal: Don't try to print characters from a null pointer 2020-03-04 21:04:06 +01:00
IO.h LibBareMetal: Add IOAddress class 2020-03-02 22:23:39 +01:00
Makefile LibBareMetal: Install headers so ports can pick them up 2020-02-15 13:31:41 +01:00
StdLib.cpp Kernel: Move all code into the Kernel namespace 2020-02-16 01:27:42 +01:00
StdLib.h LibBareMetal: Creating a new library for freestanding environments 2020-02-09 19:38:17 +01:00