Avoid "boot" in xv6

This commit is contained in:
Frans Kaashoek 2011-08-15 20:11:13 -04:00
parent 9449646853
commit a4b213cf49
11 changed files with 43 additions and 51 deletions

2
defs.h
View file

@ -62,7 +62,7 @@ extern uchar ioapicid;
void ioapicinit(void);
// kalloc.c
char* boot_alloc(void);
char* enter_alloc(void);
char* kalloc(void);
void kfree(char*);
void kinit(void);