mirror of
https://github.com/drasko/codezero.git
synced 2026-04-22 19:59:04 +02:00
Incorporated means to specify shared memory, task address space and utcb regions to posix container
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
* Copyright (C) 2007 - 2009 Bahadir Balban
|
||||
*/
|
||||
|
||||
virtual_base = 0x10000000;
|
||||
virtual_base = %s;
|
||||
physical_base = %s;
|
||||
|
||||
__stack = (0x20000000 - 0x1000 - 8); /* First page before the env/args */
|
||||
|
||||
Reference in New Issue
Block a user