mirror of
https://github.com/drasko/codezero.git
synced 2026-04-29 07:01:31 +02:00
We now have a correctly compiling (but untested) posix container build.
This commit is contained in:
@@ -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" */
|
||||
|
||||
Reference in New Issue
Block a user