1 1.1.6.2 simonb # $NetBSD: GENERIC.SKI,v 1.1.6.2 2006/04/22 11:37:35 simonb Exp $ 2 1.1.6.2 simonb # 3 1.1.6.2 simonb # GENERIC machine description file 4 1.1.6.2 simonb # 5 1.1.6.2 simonb # This machine description file is used to generate the default NetBSD 6 1.1.6.2 simonb # kernel. The generic kernel does not include all options, subsystems 7 1.1.6.2 simonb # and device drivers, but should be useful for most applications. 8 1.1.6.2 simonb # 9 1.1.6.2 simonb # The machine description file can be customised for your specific 10 1.1.6.2 simonb # machine to reduce the kernel size and improve its performance. 11 1.1.6.2 simonb # 12 1.1.6.2 simonb # For further information on compiling NetBSD kernels, see the config(8) 13 1.1.6.2 simonb # man page. 14 1.1.6.2 simonb # 15 1.1.6.2 simonb # For further information on hardware support for this architecture, see 16 1.1.6.2 simonb # the intro(4) man page. For further information about kernel options 17 1.1.6.2 simonb # for this architecture, see the options(4) man page. For an explanation 18 1.1.6.2 simonb # of each device driver in this file see the section 4 man page for the 19 1.1.6.2 simonb # device. 20 1.1.6.2 simonb 21 1.1.6.2 simonb include "arch/ia64/conf/std.ia64" 22 1.1.6.2 simonb 23 1.1.6.2 simonb options INCLUDE_CONFIG_FILE # embed config file in kernel binary 24 1.1.6.2 simonb 25 1.1.6.2 simonb #ident "GENERIC-$Revision: 1.1.6.2 $" 26 1.1.6.2 simonb 27 1.1.6.2 simonb maxusers 32 # estimated number of users 28 1.1.6.2 simonb 29 1.1.6.2 simonb # CPU support. At least one is REQUIRED. 30 1.1.6.2 simonb #options IA64_CPU 31 1.1.6.2 simonb 32 1.1.6.2 simonb # CPU-related options. 33 1.1.6.2 simonb 34 1.1.6.2 simonb # Standard system options 35 1.1.6.2 simonb 36 1.1.6.2 simonb options USERCONF # userconf(4) support 37 1.1.6.2 simonb 38 1.1.6.2 simonb # Diagnostic/debugging support options 39 1.1.6.2 simonb options DIAGNOSTIC # expensive kernel consistency checks 40 1.1.6.2 simonb options DEBUG # expensive debugging checks/support 41 1.1.6.2 simonb #options KMEMSTATS # kernel memory statistics (vmstat -m) 42 1.1.6.2 simonb options DDB # in-kernel debugger 43 1.1.6.2 simonb #options DDB_ONPANIC=1 # see also sysctl(8): `ddb.onpanic' 44 1.1.6.2 simonb #options DDB_HISTORY_SIZE=512 # enable history editing in DDB 45 1.1.6.2 simonb #options KGDB # remote debugger 46 1.1.6.2 simonb #options KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600 47 1.1.6.2 simonb #options MALLOC_DEBUG 48 1.1.6.2 simonb #options MALLOCLOG 49 1.1.6.2 simonb makeoptions DEBUG="-g" # compile full symbol table 50 1.1.6.2 simonb 51 1.1.6.2 simonb # File systems 52 1.1.6.2 simonb file-system MFS # UFS 53 1.1.6.2 simonb 54 1.1.6.2 simonb # Kernel root file system and dump configuration. 55 1.1.6.2 simonb config netbsd root on ? type ? 56 1.1.6.2 simonb #config netbsd root on sd0a type ffs 57 1.1.6.2 simonb #config netbsd root on ? type nfs 58 1.1.6.2 simonb 59 1.1.6.2 simonb # 60 1.1.6.2 simonb # Device configuration 61 1.1.6.2 simonb # 62 1.1.6.2 simonb 63 1.1.6.2 simonb mainbus0 at root 64 1.1.6.2 simonb 65 1.1.6.2 simonb cpu* at mainbus? 66 1.1.6.2 simonb #ioapic* at mainbus? 67 1.1.6.2 simonb 68 1.1.6.2 simonb 69 1.1.6.2 simonb # Pull in optional local configuration 70 1.1.6.2 simonb include "arch/ia64/conf/GENERIC.local" 71 1.1.6.2 simonb 72 1.1.6.2 simonb # Console Devices 73 1.1.6.2 simonb #ssccons* at mainbus0 # Ski console interface driver 74 1.1.6.2 simonb #wsdisplay* at ssccons0 console ? 75 1.1.6.2 simonb #wskbd* at ssccons0 console ? 76 1.1.6.2 simonb 77 1.1.6.2 simonb # Pseudo-Devices 78 1.1.6.2 simonb 79 1.1.6.2 simonb 80 1.1.6.2 simonb # wscons pseudo-devices 81 1.1.6.2 simonb pseudo-device ssccons # Ski emulator console 82 1.1.6.2 simonb #pseudo-device wsmux # mouse & keyboard multiplexor 83 1.1.6.2 simonb #pseudo-device wsfont 84 1.1.6.2 simonb pseudo-device ksyms # /dev/ksyms 85