xv6-cs450/memlayout.h

4 lines
59 B
C
Raw Normal View History

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