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

delete dead code

parent cd3d739e
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ struct {
extern char end[]; // first address after kernel loaded from ELF file
static char *newend;
// simple page allocator to get off the ground during entry
// A simple page allocator to get off the ground during entry
char *
enter_alloc(void)
{
......@@ -36,12 +36,6 @@ enter_alloc(void)
return p;
}
uint
detect_memory(void)
{
return 0xE000000;
}
// Initialize free list of physical pages.
void
kinit(void)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment