mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
70fbfefbe5db580a08cff1c7298b46fc0562e590
We still identity map the bottom 0MB of memory with a 1MB page, since this makes the most sense. We now map the low 8MB of memory to 0x80000000-0x807FFFFF, also with 4KB pages. This area will be discardable after early-init, and contains the early boot structures allocated by FreeLDR. The Loader Parameter Block and its Extension are now dynamically allocated, instead of being static inside FreeLDR. Fixed some bugs in the ARM_PTE structure. svn path=/trunk/; revision=32350
Description
A free Windows-compatible Operating System
528 MiB
Languages
C
86.9%
C++
10.7%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.4%