Clean up memlayout.h

Get rid of last instances of linear address and "la"
Get ready for detecting physical memory dynamically
This commit is contained in:
Frans Kaashoek 2011-08-16 15:47:22 -04:00
parent 427958cb71
commit c3dcf47966
6 changed files with 42 additions and 28 deletions

1
defs.h
View file

@ -66,6 +66,7 @@ char* enter_alloc(void);
char* kalloc(void);
void kfree(char*);
void kinit(void);
uint detect_memory(void);
// kbd.c
void kbdintr(void);