]> Devi Nivas Git - cs3210-lab1.git/commitdiff
Thanks Anton Burtsev <aburtsev@uci.edu>
authorFrans Kaashoek <kaashoek@mit.edu>
Tue, 8 Aug 2017 23:42:51 +0000 (19:42 -0400)
committerFrans Kaashoek <kaashoek@mit.edu>
Tue, 8 Aug 2017 23:42:51 +0000 (19:42 -0400)
kalloc.c

index ca30d55781d86cac8229f24e41c7fdd8b6957c52..428c6395ff30ae33c6ff849dd1e891e11c6a48c5 100644 (file)
--- a/kalloc.c
+++ b/kalloc.c
@@ -11,6 +11,7 @@
 
 void freerange(void *vstart, void *vend);
 extern char end[]; // first address after kernel loaded from ELF file
+                   // defined by the kernel linker script in kernel.ld
 
 struct run {
   struct run *next;