summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/include/vmparam.h
blob: 4641c603e4382953b0b0d15023247ac0bf213042 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* $OpenBSD: vmparam.h,v 1.28 2010/12/31 21:38:08 miod Exp $ */
/* public domain */

/*
 * Physical memory is mapped 1:1 at the bottom of the supervisor address
 * space. Kernel virtual memory space starts from the end of physical memory,
 * up to the on-board devices appearing all over the last 8MB of address space.
 */
#define VM_MIN_KERNEL_ADDRESS	((vaddr_t)0x00000000)
#define VM_MAX_KERNEL_ADDRESS	((vaddr_t)0xff800000)

#include <m88k/vmparam.h>