- 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:
parent
ab442041c1
commit
2dd61c1da6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue