git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
dynamic memory manager (malloc & free)
[lunaix-os.git]
/
lunaix-os
/
linker.ld
diff --git
a/lunaix-os/linker.ld
b/lunaix-os/linker.ld
index bac8600d93978b4612ff598dde819fe7766f18fa..a81dad551c1dce19da6e2cea25ce1984b6c00ea0 100644
(file)
--- a/
lunaix-os/linker.ld
+++ b/
lunaix-os/linker.ld
@@
-61,5
+61,5
@@
SECTIONS {
}
__kernel_end = ALIGN(4K);
- __heap_start = ALIGN(4K); /* 内核结束的地方即堆开始的地方 */
+ __
kernel_
heap_start = ALIGN(4K); /* 内核结束的地方即堆开始的地方 */
}
\ No newline at end of file