mirror of
https://github.com/drasko/codezero.git
synced 2026-02-22 23:03:14 +01:00
Initial commit
This commit is contained in:
12
src/arch/arm/linker.c
Normal file
12
src/arch/arm/linker.c
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* Any link-related marking variable that gets updated at runtime is listed here
|
||||
*
|
||||
* Copyright (C) 2007 Bahadir Balban
|
||||
*/
|
||||
|
||||
/* The first free address after the last image loaded in physical memory */
|
||||
unsigned long __svc_images_end;
|
||||
|
||||
/* The new boundaries of page tables after they're relocated */
|
||||
unsigned long __pt_start;
|
||||
unsigned long __pt_end;
|
||||
Reference in New Issue
Block a user