vmparam.h revision 1.1
11.1Such/* $NetBSD: vmparam.h,v 1.1 2001/10/16 15:38:52 uch Exp $ */ 21.1Such 31.1Such#include <mips/vmparam.h> 41.1Such 51.1Such/* 61.1Such * PlayStation2 has one physical memory segment. 71.1Such * 0 ... kernel itself 81.1Such * 1 ... heap (continuous) 91.1Such */ 101.1Such#define VM_PHYSSEG_MAX 2 111.1Such 121.1Such#define VM_NFREELIST 1 131.1Such#define VM_FREELIST_DEFAULT 0 14