Thanks Anton Burtsev <aburtsev@uci.edu>
This commit is contained in:
parent
a4ee6f7de3
commit
da3b931ddb
1 changed files with 1 additions and 0 deletions
1
kalloc.c
1
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;
|
||||
|
|
Loading…
Reference in a new issue