1 1.6.12.2 yamt # $NetBSD: GENERIC,v 1.6.12.2 2006/12/30 20:46:42 yamt Exp $ 2 1.1 uch # 3 1.2 gmcgarry # GENERIC machine description file 4 1.2 gmcgarry # 5 1.2 gmcgarry # This machine description file is used to generate the default NetBSD 6 1.2 gmcgarry # kernel. The generic kernel does not include all options, subsystems 7 1.2 gmcgarry # and device drivers, but should be useful for most applications. 8 1.1 uch # 9 1.2 gmcgarry # The machine description file can be customised for your specific 10 1.2 gmcgarry # machine to reduce the kernel size and improve its performance. 11 1.1 uch # 12 1.2 gmcgarry # For further information on compiling NetBSD kernels, see the config(8) 13 1.2 gmcgarry # man page. 14 1.2 gmcgarry # 15 1.2 gmcgarry # For further information on hardware support for this architecture, see 16 1.2 gmcgarry # the intro(4) man page. For further information about kernel options 17 1.2 gmcgarry # for this architecture, see the options(4) man page. For an explanation 18 1.2 gmcgarry # of each device driver in this file see the section 4 man page for the 19 1.2 gmcgarry # device. 20 1.1 uch 21 1.1 uch include "arch/playstation2/conf/std.playstation2" 22 1.1 uch include "arch/playstation2/conf/config.playstation2" 23 1.3 atatat 24 1.3 atatat options INCLUDE_CONFIG_FILE # embed config file in kernel binary 25 1.6 atatat options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 26 1.1 uch 27 1.5 abs #options ALTQ # Manipulate network interfaces' output queues 28 1.5 abs #options ALTQ_BLUE # Stochastic Fair Blue 29 1.5 abs #options ALTQ_CBQ # Class-Based Queueing 30 1.5 abs #options ALTQ_CDNR # Diffserv Traffic Conditioner 31 1.5 abs #options ALTQ_FIFOQ # First-In First-Out Queue 32 1.5 abs #options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box) 33 1.5 abs #options ALTQ_HFSC # Hierarchical Fair Service Curve 34 1.5 abs #options ALTQ_LOCALQ # Local queueing discipline 35 1.5 abs #options ALTQ_PRIQ # Priority Queueing 36 1.5 abs #options ALTQ_RED # Random Early Detection 37 1.5 abs #options ALTQ_RIO # RED with IN/OUT 38 1.5 abs #options ALTQ_WFQ # Weighted Fair Queueing 39 1.5 abs 40 1.1 uch config netbsd root on ? type ? 41 1.1 uch 42 1.4 shin #makeoptions DEFGP="-G 48" 43 1.6.12.1 yamt 44 1.6.12.1 yamt # Veriexec 45 1.6.12.1 yamt # 46 1.6.12.1 yamt # a pseudo device needed for veriexec 47 1.6.12.1 yamt #pseudo-device veriexec 1 48 1.6.12.1 yamt # 49 1.6.12.1 yamt # Uncomment the fingerprint methods below that are desired. Note that 50 1.6.12.1 yamt # removing fingerprint methods will have almost no impact on the kernel 51 1.6.12.1 yamt # code size. 52 1.6.12.1 yamt # 53 1.6.12.1 yamt #options VERIFIED_EXEC_FP_RMD160 54 1.6.12.1 yamt #options VERIFIED_EXEC_FP_SHA256 55 1.6.12.1 yamt #options VERIFIED_EXEC_FP_SHA384 56 1.6.12.1 yamt #options VERIFIED_EXEC_FP_SHA512 57 1.6.12.1 yamt #options VERIFIED_EXEC_FP_SHA1 58 1.6.12.1 yamt #options VERIFIED_EXEC_FP_MD5 59