Memory layout: Difference between revisions

TuxSH (talk | contribs)
KASLR
TuxSH (talk | contribs)
Line 84: Line 84:
*/
*/


/* Core0 executes this big KASL function, then powers on the other CPUs (?). */
/* Core0 executes this big KASLR function, then powers on the other CPUs (?). */
MapPartially(RandomizeL1Boundary(DRAM, sizeof(DRAM)) -> DRAM_FROM_SECTION1: offsetof DRAM_FROM_SECTION1,
MapPartially(RandomizeL1Boundary(DRAM, sizeof(DRAM)) -> DRAM_FROM_SECTION1: offsetof DRAM_FROM_SECTION1,