mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
0699457c1d0b7c0966fbee5219eb351e41715c70
The biggest things to note here: 1) We have to probe the pci bridge to find out the amount of available memory on older macs. We use the base model boot-time assumption that linux uses and leave it till later to find our max memory. 2) Open firmware proxy functionality is divided in two parts. FreeLDR is responsible for providing data to and getting it from Open firmware in big-endian format in memory. The ofproxy function itself is responsible for shifting the arguments and calling the target big endian function. The good thing here is that we share open firmware functions between the xcoff part and FreeLDR. svn path=/trunk/; revision=14400
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%