diff options
author | kaashoek <kaashoek> | 2006-06-21 01:53:07 +0000 |
---|---|---|
committer | kaashoek <kaashoek> | 2006-06-21 01:53:07 +0000 |
commit | 7baa34a421e4c970ee90c2537ceacd7230f2474e (patch) | |
tree | 5cc26d0b33d22588eea93abe9ad5cfea24cecede /memlayout.h | |
parent | ae6e8aa730fa410118c0532938d4a9e62b08bbe8 (diff) | |
download | xv6-labs-7baa34a421e4c970ee90c2537ceacd7230f2474e.tar.gz xv6-labs-7baa34a421e4c970ee90c2537ceacd7230f2474e.tar.bz2 xv6-labs-7baa34a421e4c970ee90c2537ceacd7230f2474e.zip |
start on MP; detect MP configuration
Diffstat (limited to 'memlayout.h')
-rw-r--r-- | memlayout.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/memlayout.h b/memlayout.h new file mode 100644 index 0000000..a33f347 --- /dev/null +++ b/memlayout.h @@ -0,0 +1,3 @@ +#define EXTPHYSMEM 0x100000 + +#define KADDR(a) ((void *) a) |