Skip to content
Snippets Groups Projects
Commit da3b931d authored by Frans Kaashoek's avatar Frans Kaashoek
Browse files

Thanks Anton Burtsev <aburtsev@uci.edu>

parent a4ee6f7d
Branches
Tags
No related merge requests found
......@@ -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;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment