11.3Spooka/* $NetBSD: vmparam.h,v 1.5 2014/03/31 11:41:01 martin Exp $ */ 21.1Such 31.1Such/* 41.2Sshin * PlayStation 2 has one physical memory segment. 51.1Such * 0 ... kernel itself 61.1Such * 1 ... heap (continuous) 71.1Such */ 81.1Such#define VM_PHYSSEG_MAX 2 91.1Such 101.1Such#define VM_NFREELIST 1 111.1Such#define VM_FREELIST_DEFAULT 0 121.5Smartin 131.5Smartin#include <mips/vmparam.h> 141.5Smartin 15