mirror of
https://github.com/drasko/codezero.git
synced 2026-04-19 10:19:05 +02:00
Move the linker scripts out of the header file directory.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
/* USER_AREA_START, see memlayout.h */
|
||||
virtual_base = 0x10000000;
|
||||
__stack = (0x20000000 - 0x1000 - 8); /* First page before env/args page */
|
||||
INCLUDE "include/physical_base.lds"
|
||||
INCLUDE "physical_base.lds"
|
||||
|
||||
/* physical_base = 0x228000; */
|
||||
offset = virtual_base - physical_base;
|
||||
Reference in New Issue
Block a user