ladybird/Userland
Tom ad5d9d648b Kernel: Use PAE to allow accessing all physical memory beyond 4GB
We already use PAE for the NX bit, but this changes the PhysicalAddress
structure to be able to hold 64 bit physical addresses. This allows us
to use all the available physical memory.
2021-07-08 11:43:34 +02:00
..
Applets Everywhere: Don't promote float to double where not needed 2021-07-08 10:11:00 +02:00
Applications Kernel: Use PAE to allow accessing all physical memory beyond 4GB 2021-07-08 11:43:34 +02:00
Demos AK+Userland: Add generic AK::abs() function and use it 2021-07-08 10:11:00 +02:00
DevTools UserspaceEmulator: Use long double in FABS 2021-07-08 10:11:00 +02:00
DynamicLoader DynamicLoader: Don't use LibELF to do the initial relocations 2021-07-07 11:53:17 +02:00
Games GameOfLife: Properly switch between play and pause icon 2021-07-07 15:29:37 +01:00
Libraries LibC: Don't include fenv.h from float.h 2021-07-08 10:11:00 +02:00
Services ChessEngine: Don't call non-constexpr sqrt in a constexpr intiializer 2021-07-08 10:11:00 +02:00
Shell Shell: Use correct printf format string for size_t 2021-07-08 10:11:00 +02:00
Utilities Utilities/run-tests: Don't use using enum 2021-07-08 10:11:00 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00