diff options
author | Frans Kaashoek <[email protected]> | 2011-08-16 15:47:22 -0400 |
---|---|---|
committer | Frans Kaashoek <[email protected]> | 2011-08-16 15:47:22 -0400 |
commit | c3dcf479663bc1bc9144c39ba2dd7607ea9c1c52 (patch) | |
tree | f3c00fcd2a86748a615edb8f01ed56c45dd9f474 /defs.h | |
parent | 427958cb71e485cec4e7c68b280b506e555dd8e0 (diff) | |
download | xv6-labs-c3dcf479663bc1bc9144c39ba2dd7607ea9c1c52.tar.gz xv6-labs-c3dcf479663bc1bc9144c39ba2dd7607ea9c1c52.tar.bz2 xv6-labs-c3dcf479663bc1bc9144c39ba2dd7607ea9c1c52.zip |
Clean up memlayout.h
Get rid of last instances of linear address and "la"
Get ready for detecting physical memory dynamically
Diffstat (limited to 'defs.h')
-rw-r--r-- | defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |