[GSoC] [ARM] Patch by Johannes Wischert.
Update the memory map to account for passed tgz mapping. It's still hardcoded for now though. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32339 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -153,12 +153,12 @@ static struct memblock LOADER_MEMORYMAP[] = {
|
|||||||
0x40FFFFFF,
|
0x40FFFFFF,
|
||||||
MMU_L2_FLAG_B,
|
MMU_L2_FLAG_B,
|
||||||
},
|
},
|
||||||
{
|
/* {
|
||||||
"RAM_image\0",//15MB for the initrd should be enough..
|
"RAM_image\0",//15MB for the initrd should be enough..
|
||||||
0xA0000000,
|
0xA0000000,
|
||||||
0xA1ffffff,
|
0xA1ffffff,
|
||||||
MMU_L2_FLAG_C,
|
MMU_L2_FLAG_C,
|
||||||
},
|
},*/
|
||||||
{
|
{
|
||||||
"RAM_loader\0",//1MB loader
|
"RAM_loader\0",//1MB loader
|
||||||
0xA2000000,
|
0xA2000000,
|
||||||
@@ -183,6 +183,12 @@ static struct memblock LOADER_MEMORYMAP[] = {
|
|||||||
0xA4000000,
|
0xA4000000,
|
||||||
MMU_L2_FLAG_C,
|
MMU_L2_FLAG_C,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"RAM_initrd\0",//stack
|
||||||
|
0xA4000000,
|
||||||
|
0xA4500000,
|
||||||
|
MMU_L2_FLAG_C,
|
||||||
|
},
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user