We now have a correctly compiling (but untested) posix container build.

This commit is contained in:
Bahadir Balban
2009-09-30 18:37:51 +03:00
parent 73225a0119
commit 748d6734c3
8 changed files with 75 additions and 25 deletions

View File

@@ -14,7 +14,7 @@
*/
/* USER_AREA_START, see memlayout.h */
virtual_base = 0x10000000;
physical_base = 0x8000;
physical_base = %s;
__stack = (0x20000000 - 0x1000 - 8); /* First page before the env/args */
/* INCLUDE "include/physical_base.lds" */