Liav A
|
032ce1948e
|
LibBareMetal: Return FlatPtr from PhysicalAddress::offset_in_page()
|
2020-03-09 10:53:13 +01:00 |
|
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 |
|
Liav A
|
43d570a1e3
|
AK: Add offset_in_page() method in PhysicalAddress class
This method is useful for later usage.
|
2020-02-24 11:27:03 +01:00 |
|
Liav A
|
de3637d85f
|
LibBareMetal: Add Memory definitions
Add classes of VirtualAddress & PhysicalAddress.
|
2020-02-09 19:38:17 +01:00 |
|