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:
parent
427958cb71
commit
c3dcf47966
6 changed files with 42 additions and 28 deletions
1
defs.h
1
defs.h
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue