aboutsummaryrefslogtreecommitdiff
path: root/kernel/linker.ld
diff options
context:
space:
mode:
authorFranklin Wei <frankhwei536@gmail.com>2015-02-28 20:42:57 -0500
committerFranklin Wei <frankhwei536@gmail.com>2015-02-28 20:42:57 -0500
commit2dc45e8cac33313e847f6097cbe2ba3bb3ceab2a (patch)
tree973fa836d725659a6f0a8edfc108dd9e037430d0 /kernel/linker.ld
parentd4a70e316e0991d788fb922e3e4eafae97fe950e (diff)
downloadkappa-2dc45e8cac33313e847f6097cbe2ba3bb3ceab2a.zip
kappa-2dc45e8cac33313e847f6097cbe2ba3bb3ceab2a.tar.gz
kappa-2dc45e8cac33313e847f6097cbe2ba3bb3ceab2a.tar.bz2
kappa-2dc45e8cac33313e847f6097cbe2ba3bb3ceab2a.tar.xz
Implement paging
Diffstat (limited to 'kernel/linker.ld')
-rw-r--r--kernel/linker.ld1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/linker.ld b/kernel/linker.ld
index 9b47325..c032991 100644
--- a/kernel/linker.ld
+++ b/kernel/linker.ld
@@ -41,4 +41,5 @@ SECTIONS
/* The compiler may produce other sections, by default it will put them in
a segment with the same name. Simply add stuff here as needed. */
+ link_mem_end = .;
}