vmparam.h revision 1.1
1/* $NetBSD: vmparam.h,v 1.1 2001/10/16 15:38:52 uch Exp $ */ 2 3#include <mips/vmparam.h> 4 5/* 6 * PlayStation2 has one physical memory segment. 7 * 0 ... kernel itself 8 * 1 ... heap (continuous) 9 */ 10#define VM_PHYSSEG_MAX 2 11 12#define VM_NFREELIST 1 13#define VM_FREELIST_DEFAULT 0 14