xv6/memlayout.h

4 lines
59 B
C
Raw Normal View History

2006-06-21 01:53:07 +00:00
#define EXTPHYSMEM 0x100000
#define KADDR(a) ((void *) a)