- move entry point of applications to the user space

git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@335 315a16e6-25f9-4109-90ae-ca3045a26c18
This commit is contained in:
stefan 2010-12-14 06:41:59 +00:00
parent ab442041c1
commit 2dd61c1da6

View file

@ -4,13 +4,13 @@ ENTRY(_start)
GROUP(-lc -lgloss)
SEARCH_DIR(.)
__DYNAMIC = 0;
phys = 0x00200000;
phys = 0x40200000;
/*
* Allocate the stack to be at the top of memory, since the stack
* grows down
*/
PROVIDE (__stack = 0x500000);
PROVIDE (__stack = 0x40500000);
/*
* Initalize some symbols to be zero so we can reference them in the