[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:
François Revol
2009-08-14 00:10:59 +00:00
parent f5ad74ca68
commit 7ac9833646
+8 -2
View File
@@ -153,12 +153,12 @@ static struct memblock LOADER_MEMORYMAP[] = {
0x40FFFFFF,
MMU_L2_FLAG_B,
},
{
/* {
"RAM_image\0",//15MB for the initrd should be enough..
0xA0000000,
0xA1ffffff,
MMU_L2_FLAG_C,
},
},*/
{
"RAM_loader\0",//1MB loader
0xA2000000,
@@ -183,6 +183,12 @@ static struct memblock LOADER_MEMORYMAP[] = {
0xA4000000,
MMU_L2_FLAG_C,
},
{
"RAM_initrd\0",//stack
0xA4000000,
0xA4500000,
MMU_L2_FLAG_C,
},
};