12 lines
208 B
C
12 lines
208 B
C
|
/* $NetBSD: vmparam.h,v 1.1 2000/08/12 22:58:48 wdk Exp $ */
|
||
|
|
||
|
#include <mips/vmparam.h>
|
||
|
|
||
|
/*
|
||
|
* One physical memory segment
|
||
|
*/
|
||
|
#define VM_PHYSSEG_MAX 1
|
||
|
|
||
|
#define VM_NFREELIST 1
|
||
|
#define VM_FREELIST_DEFAULT 0
|