1 /* $NetBSD: vmparam.h,v 1.3.8.1 2002/02/28 04:09:58 nathanw Exp $ */ 2 3 #include <mips/vmparam.h> 4 #include <sys/kcore.h> 5 6 #define VM_PHYSSEG_MAX 5 7 8 #define VM_NFREELIST 1 9 #define VM_FREELIST_DEFAULT 0 10 11 extern phys_ram_seg_t mem_clusters[]; 12 extern int mem_cluster_cnt; 13