[BACK]Return to vmparam.h CVS log [TXT][DIR] Up to [local] / sys / arch / landisk / include

Annotation of sys/arch/landisk/include/vmparam.h, Revision 1.1.1.1

1.1       nbrk        1: /*     $OpenBSD: vmparam.h,v 1.2 2007/05/20 20:16:07 miod Exp $        */
                      2: /*     $NetBSD: vmparam.h,v 1.1 2006/09/01 21:26:18 uwe Exp $  */
                      3:
                      4: #ifndef _LANDISK_VMPARAM_H_
                      5: #define _LANDISK_VMPARAM_H_
                      6:
                      7: #include <sh/vmparam.h>
                      8:
                      9: #define        KERNBASE                0x8c000000
                     10:
                     11: #define VM_PHYSSEG_MAX         1
                     12: #define        VM_PHYSSEG_NOADD
                     13: #define        VM_PHYSSEG_STRAT        VM_PSTRAT_RANDOM
                     14:
                     15: #define VM_NFREELIST           1
                     16: #define VM_FREELIST_DEFAULT    0
                     17:
                     18: #endif /* _LANDISK_VMPARAM_H_ */

CVSweb