Closed rkujawa closed 7 years ago
Implemented memory detection and controller setup in 8b85069 (from EmuTOS).
BSS clearing and proper stack setup still needs to be done.
Stack setup done in cee66e00844d9f261070ec2928b6bc7385305784.
BSS clearing implemented in 9de0905a092e40ff81121abfa5f9be99bbb94659.
This task is done.
Currently the kernel assumes that we always have 4MB RAM installed and available for use (up to
0x3FFFFF
). Implement proper detection and memory controller configuration.