1 1.2.102.2 pgoyette # $NetBSD: XEN3PAE_DOMU,v 1.2.102.2 2018/09/06 06:55:35 pgoyette Exp $ 2 1.2 bouyer 3 1.2.102.1 pgoyette include "arch/xen/conf/std.xen" 4 1.2 bouyer 5 1.2.102.1 pgoyette options MULTIPROCESSOR 6 1.2.102.1 pgoyette 7 1.2.102.1 pgoyette options INCLUDE_CONFIG_FILE # embed config file in kernel binary 8 1.2.102.1 pgoyette 9 1.2.102.1 pgoyette #options UVMHIST 10 1.2.102.1 pgoyette #options UVMHIST_PRINT 11 1.2.102.1 pgoyette #options SYSCALL_DEBUG 12 1.2.102.1 pgoyette 13 1.2.102.1 pgoyette maxusers 32 # estimated number of users 14 1.2.102.1 pgoyette 15 1.2.102.1 pgoyette # 16 1.2.102.1 pgoyette options XEN 17 1.2.102.1 pgoyette options PAE 18 1.2.102.1 pgoyette #options DOM0OPS 19 1.2.102.1 pgoyette 20 1.2.102.1 pgoyette makeoptions CPUFLAGS="-march=i686" 21 1.2.102.1 pgoyette 22 1.2.102.1 pgoyette #options USER_LDT # user-settable LDT; used by WINE 23 1.2.102.1 pgoyette 24 1.2.102.1 pgoyette #options MTRR # memory-type range register syscall support 25 1.2.102.1 pgoyette 26 1.2.102.1 pgoyette #options CONSDEVNAME="\"xencons\"" 27 1.2.102.1 pgoyette #options CONS_OVERRIDE 28 1.2.102.1 pgoyette 29 1.2.102.1 pgoyette options INSECURE # disable kernel security levels - X needs this 30 1.2.102.1 pgoyette 31 1.2.102.1 pgoyette options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 32 1.2.102.1 pgoyette options NTP # NTP phase/frequency locked loop 33 1.2.102.1 pgoyette 34 1.2.102.1 pgoyette options KTRACE # system call tracing via ktrace(1) 35 1.2.102.1 pgoyette 36 1.2.102.1 pgoyette options SYSVMSG # System V-like message queues 37 1.2.102.1 pgoyette options SYSVSEM # System V-like semaphores 38 1.2.102.1 pgoyette #options SEMMNI=10 # number of semaphore identifiers 39 1.2.102.1 pgoyette #options SEMMNS=60 # number of semaphores in system 40 1.2.102.1 pgoyette #options SEMUME=10 # max number of undo entries per process 41 1.2.102.1 pgoyette #options SEMMNU=30 # number of undo structures in system 42 1.2.102.1 pgoyette options SYSVSHM # System V-like memory sharing 43 1.2.102.1 pgoyette #options SHMMAXPGS=2048 # 2048 pages is the default 44 1.2.102.1 pgoyette 45 1.2.102.1 pgoyette options MODULAR # new style module(7) framework 46 1.2.102.1 pgoyette options USERCONF # userconf(4) support 47 1.2.102.1 pgoyette options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 48 1.2.102.1 pgoyette 49 1.2.102.1 pgoyette # Alternate buffer queue strategies for better responsiveness under high 50 1.2.102.1 pgoyette # disk I/O load. 51 1.2.102.1 pgoyette #options BUFQ_READPRIO 52 1.2.102.1 pgoyette options BUFQ_PRIOCSCAN 53 1.2.102.1 pgoyette 54 1.2.102.1 pgoyette # Diagnostic/debugging support options 55 1.2.102.1 pgoyette options DIAGNOSTIC # inexpensive kernel consistency checks 56 1.2.102.1 pgoyette #options DEBUG # expensive debugging checks/support 57 1.2.102.1 pgoyette options DDB # in-kernel debugger 58 1.2.102.1 pgoyette options DDB_ONPANIC=1 # see also sysctl(7): `ddb.onpanic' 59 1.2.102.1 pgoyette options DDB_HISTORY_SIZE=512 # enable history editing in DDB 60 1.2.102.1 pgoyette #options KGDB # remote debugger 61 1.2.102.1 pgoyette #options KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x2f8,KGDB_DEVRATE=57600 62 1.2.102.1 pgoyette #makeoptions DEBUG="-g" # compile full symbol table 63 1.2.102.1 pgoyette options DDB_COMMANDONENTER="trace;show registers" 64 1.2.102.1 pgoyette 65 1.2.102.1 pgoyette # Compatibility options 66 1.2.102.1 pgoyette include "conf/compat_netbsd09.config" 67 1.2.102.1 pgoyette options COMPAT_NOMID # NetBSD 0.8, 386BSD, and BSDI 68 1.2.102.1 pgoyette #options COMPAT_386BSD_MBRPART # recognize old partition ID 69 1.2.102.1 pgoyette 70 1.2.102.1 pgoyette options COMPAT_OSSAUDIO # OSS (Voxware) audio driver compatibility 71 1.2.102.1 pgoyette options COMPAT_LINUX # binary compatibility with Linux 72 1.2.102.1 pgoyette #options COMPAT_FREEBSD # binary compatibility with FreeBSD 73 1.2.102.1 pgoyette 74 1.2.102.1 pgoyette # Wedge support 75 1.2.102.1 pgoyette options DKWEDGE_AUTODISCOVER # Automatically add dk(4) instances 76 1.2.102.1 pgoyette options DKWEDGE_METHOD_GPT # Supports GPT partitions as wedges 77 1.2.102.1 pgoyette #options DKWEDGE_METHOD_BSDLABEL # Support disklabel entries as wedges 78 1.2.102.1 pgoyette #options DKWEDGE_METHOD_MBR # Support MBR partitions as wedges 79 1.2.102.1 pgoyette options DKWEDGE_METHOD_APPLE # Support Apple partitions as wedges 80 1.2.102.1 pgoyette #options DKWEDGE_METHOD_RDB # Support RDB partitions as wedges 81 1.2.102.1 pgoyette 82 1.2.102.1 pgoyette # File systems 83 1.2.102.1 pgoyette file-system FFS # UFS 84 1.2.102.1 pgoyette file-system EXT2FS # second extended file system (linux) 85 1.2.102.1 pgoyette file-system LFS # log-structured file system 86 1.2.102.1 pgoyette file-system MFS # memory file system 87 1.2.102.1 pgoyette file-system NFS # Network File System client 88 1.2.102.1 pgoyette file-system NTFS # Windows/NT file system (experimental) 89 1.2.102.1 pgoyette file-system CD9660 # ISO 9660 + Rock Ridge file system 90 1.2.102.1 pgoyette file-system MSDOSFS # MS-DOS file system 91 1.2.102.1 pgoyette file-system FDESC # /dev/fd 92 1.2.102.1 pgoyette file-system KERNFS # /kern 93 1.2.102.1 pgoyette file-system NULLFS # loopback file system 94 1.2.102.1 pgoyette file-system OVERLAY # overlay file system 95 1.2.102.1 pgoyette file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs) 96 1.2.102.1 pgoyette file-system PROCFS # /proc 97 1.2.102.1 pgoyette file-system UMAPFS # NULLFS + uid and gid remapping 98 1.2.102.1 pgoyette file-system UNION # union file system 99 1.2.102.1 pgoyette file-system CODA # Coda File System; also needs vcoda (below) 100 1.2.102.1 pgoyette file-system SMBFS # experimental - CIFS; also needs nsmb (below) 101 1.2.102.1 pgoyette file-system PTYFS # /dev/pts/N support 102 1.2.102.1 pgoyette file-system TMPFS # Efficient memory file-system 103 1.2.102.1 pgoyette file-system NILFS # experimental - NTT's NiLFS(2) 104 1.2.102.1 pgoyette #file-system V7FS # 7th Edition(V7) File System 105 1.2.102.1 pgoyette 106 1.2.102.1 pgoyette # File system options 107 1.2.102.1 pgoyette options QUOTA # legacy UFS quotas 108 1.2.102.1 pgoyette options QUOTA2 # new, in-filesystem UFS quotas 109 1.2.102.1 pgoyette #options DISKLABEL_EI # disklabel Endian Independent support 110 1.2.102.1 pgoyette #options FFS_EI # FFS Endian Independent support 111 1.2.102.1 pgoyette options WAPBL # File system journaling support 112 1.2.102.1 pgoyette #options UFS_DIRHASH # UFS Large Directory Hashing - Experimental 113 1.2.102.1 pgoyette options NFSSERVER # Network File System server 114 1.2.102.1 pgoyette #options FFS_NO_SNAPSHOT # No FFS snapshot support 115 1.2.102.1 pgoyette options UFS_EXTATTR # Extended attribute support for UFS1 116 1.2.102.1 pgoyette #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 117 1.2.102.1 pgoyette # immutable) behave as system flags. 118 1.2.102.1 pgoyette #options V7FS_EI # V7FS Endian Independent support 119 1.2.102.1 pgoyette 120 1.2.102.1 pgoyette # Networking options 121 1.2.102.1 pgoyette #options GATEWAY # packet forwarding 122 1.2.102.1 pgoyette options INET # IP + ICMP + TCP + UDP 123 1.2.102.1 pgoyette options INET6 # IPv6 124 1.2.102.1 pgoyette options IPSEC # IP security 125 1.2.102.1 pgoyette #options IPSEC_DEBUG # debug for IP security 126 1.2.102.1 pgoyette #options MROUTING # IP multicast routing 127 1.2.102.1 pgoyette #options PIM # Protocol Independent Multicast 128 1.2.102.1 pgoyette options NETATALK # AppleTalk networking protocols 129 1.2.102.1 pgoyette options PPP_BSDCOMP # BSD-Compress compression support for PPP 130 1.2.102.1 pgoyette options PPP_DEFLATE # Deflate compression support for PPP 131 1.2.102.1 pgoyette options PPP_FILTER # Active filter support for PPP (requires bpf) 132 1.2.102.1 pgoyette #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 133 1.2.102.1 pgoyette 134 1.2.102.1 pgoyette #options ALTQ # Manipulate network interfaces' output queues 135 1.2.102.1 pgoyette #options ALTQ_BLUE # Stochastic Fair Blue 136 1.2.102.1 pgoyette #options ALTQ_CBQ # Class-Based Queueing 137 1.2.102.1 pgoyette #options ALTQ_CDNR # Diffserv Traffic Conditioner 138 1.2.102.1 pgoyette #options ALTQ_FIFOQ # First-In First-Out Queue 139 1.2.102.1 pgoyette #options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box) 140 1.2.102.1 pgoyette #options ALTQ_HFSC # Hierarchical Fair Service Curve 141 1.2.102.1 pgoyette #options ALTQ_LOCALQ # Local queueing discipline 142 1.2.102.1 pgoyette #options ALTQ_PRIQ # Priority Queueing 143 1.2.102.1 pgoyette #options ALTQ_RED # Random Early Detection 144 1.2.102.1 pgoyette #options ALTQ_RIO # RED with IN/OUT 145 1.2.102.1 pgoyette #options ALTQ_WFQ # Weighted Fair Queueing 146 1.2.102.1 pgoyette 147 1.2.102.1 pgoyette options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM 148 1.2.102.1 pgoyette #options NFS_BOOT_BOOTSTATIC 149 1.2.102.1 pgoyette #options NFS_BOOTSTATIC_MYIP="\"169.254.1.2\"" 150 1.2.102.1 pgoyette #options NFS_BOOTSTATIC_GWIP="\"169.254.1.1\"" 151 1.2.102.1 pgoyette #options NFS_BOOTSTATIC_MASK="\"255.255.255.0\"" 152 1.2.102.1 pgoyette #options NFS_BOOTSTATIC_SERVADDR="\"169.254.1.1\"" 153 1.2.102.1 pgoyette #options NFS_BOOTSTATIC_SERVER="\"server:/path/to/root\"" 154 1.2.102.1 pgoyette 155 1.2.102.1 pgoyette #options __XEN_INTERFACE_VERSION__=0x00030205 # Xen 3.1 interface 156 1.2.102.1 pgoyette options MAXPHYS=32768 #xbd doesn't handle 64k transfers 157 1.2.102.1 pgoyette 158 1.2.102.1 pgoyette config netbsd root on ? type ? 159 1.2.102.1 pgoyette #config netbsd root on wd0a type ffs 160 1.2.102.1 pgoyette #config netbsd root on xennet0 type nfs 161 1.2.102.1 pgoyette 162 1.2.102.1 pgoyette mainbus0 at root 163 1.2.102.1 pgoyette 164 1.2.102.1 pgoyette hypervisor* at mainbus? # Xen hypervisor 165 1.2.102.1 pgoyette 166 1.2.102.1 pgoyette vcpu* at hypervisor? # Xen virtual CPUs 167 1.2.102.1 pgoyette 168 1.2.102.1 pgoyette xencons* at hypervisor? # Xen virtual console 169 1.2.102.1 pgoyette 170 1.2.102.1 pgoyette xenbus* at hypervisor? # Xen virtual bus 171 1.2.102.1 pgoyette xennet* at xenbus? # Xen virtual network interface 172 1.2.102.1 pgoyette xbd* at xenbus? # Xen virtual block device 173 1.2.102.1 pgoyette balloon* at xenbus? # Xen balloon device 174 1.2.102.1 pgoyette 175 1.2.102.1 pgoyette cinclude "arch/i386/conf/GENERIC.local" 176 1.2.102.1 pgoyette cinclude "arch/i386/conf/XEN3_DOMU.local" 177 1.2.102.1 pgoyette 178 1.2.102.1 pgoyette # Pseudo-Devices 179 1.2.102.1 pgoyette 180 1.2.102.1 pgoyette pseudo-device crypto # /dev/crypto device 181 1.2.102.1 pgoyette pseudo-device swcrypto # software crypto implementation 182 1.2.102.1 pgoyette 183 1.2.102.1 pgoyette # disk/mass storage pseudo-devices 184 1.2.102.1 pgoyette pseudo-device ccd # concatenated/striped disk devices 185 1.2.102.1 pgoyette pseudo-device cgd # cryptographic disk devices 186 1.2.102.1 pgoyette pseudo-device raid # RAIDframe disk driver 187 1.2.102.1 pgoyette options RAID_AUTOCONFIG # auto-configuration of RAID components 188 1.2.102.1 pgoyette # Options to enable various other RAIDframe RAID types. 189 1.2.102.1 pgoyette #options RF_INCLUDE_EVENODD=1 190 1.2.102.1 pgoyette #options RF_INCLUDE_RAID5_RS=1 191 1.2.102.1 pgoyette #options RF_INCLUDE_PARITYLOGGING=1 192 1.2.102.1 pgoyette #options RF_INCLUDE_CHAINDECLUSTER=1 193 1.2.102.1 pgoyette #options RF_INCLUDE_INTERDECLUSTER=1 194 1.2.102.1 pgoyette #options RF_INCLUDE_PARITY_DECLUSTERING=1 195 1.2.102.1 pgoyette #options RF_INCLUDE_PARITY_DECLUSTERING_DS=1 196 1.2.102.1 pgoyette pseudo-device fss # file system snapshot device 197 1.2.102.1 pgoyette 198 1.2.102.1 pgoyette pseudo-device md # memory disk device (ramdisk) 199 1.2.102.1 pgoyette pseudo-device vnd # disk-like interface to files 200 1.2.102.1 pgoyette pseudo-device dm # device-mapper driver for LVM 201 1.2.102.1 pgoyette 202 1.2.102.1 pgoyette # network pseudo-devices 203 1.2.102.1 pgoyette pseudo-device bpfilter # Berkeley packet filter 204 1.2.102.1 pgoyette pseudo-device loop # network loopback 205 1.2.102.1 pgoyette pseudo-device ppp # Point-to-Point Protocol 206 1.2.102.1 pgoyette pseudo-device pppoe # PPP over Ethernet (RFC 2516) 207 1.2.102.1 pgoyette pseudo-device sl # Serial Line IP 208 1.2.102.1 pgoyette pseudo-device tap # virtual Ethernet 209 1.2.102.1 pgoyette pseudo-device tun # network tunneling over tty 210 1.2.102.1 pgoyette pseudo-device gre # generic L3 over IP tunnel 211 1.2.102.1 pgoyette pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC 1933) 212 1.2.102.1 pgoyette #pseudo-device faith # IPv[46] tcp relay translation i/f 213 1.2.102.1 pgoyette pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 214 1.2.102.1 pgoyette pseudo-device vlan # IEEE 802.1q encapsulation 215 1.2.102.1 pgoyette pseudo-device bridge # simple inter-network bridging 216 1.2.102.1 pgoyette #options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too 217 1.2.102.2 pgoyette pseudo-device l2tp # L2TPv3 interface 218 1.2.102.2 pgoyette pseudo-device npf # NPF packet filter 219 1.2.102.1 pgoyette 220 1.2.102.1 pgoyette # accept filters 221 1.2.102.1 pgoyette pseudo-device accf_data # "dataready" accept filter 222 1.2.102.1 pgoyette pseudo-device accf_http # "httpready" accept filter 223 1.2.102.1 pgoyette 224 1.2.102.1 pgoyette # miscellaneous pseudo-devices 225 1.2.102.1 pgoyette pseudo-device pty # pseudo-terminals 226 1.2.102.1 pgoyette pseudo-device clockctl # user control of clock subsystem 227 1.2.102.1 pgoyette pseudo-device ksyms # /dev/ksyms 228 1.2.102.1 pgoyette pseudo-device putter # for puffs and pud 229 1.2.102.1 pgoyette 230 1.2.102.1 pgoyette # a pseudo device needed for Coda # also needs CODA (above) 231 1.2.102.1 pgoyette pseudo-device vcoda # coda minicache <-> venus comm. 232 1.2.102.1 pgoyette 233 1.2.102.1 pgoyette # a pseudo device needed for SMBFS 234 1.2.102.1 pgoyette pseudo-device nsmb # experimental - SMB requester 235 1.2.102.1 pgoyette 236 1.2.102.1 pgoyette # userland interface to drivers, including autoconf and properties retrieval 237 1.2.102.1 pgoyette pseudo-device drvctl 238 1.2.102.1 pgoyette 239 1.2.102.1 pgoyette options PAX_MPROTECT=0 # PaX mprotect(2) restrictions 240 1.2.102.1 pgoyette options PAX_ASLR=0 # PaX Address Space Layout Randomization 241 1.2.102.1 pgoyette 242 1.2.102.1 pgoyette # PCI pass-through support: 243 1.2.102.1 pgoyette #xpci* at xenbus ? #Xen3 PCI front end driver 244 1.2.102.1 pgoyette #pci* at xpci ? 245 1.2.102.1 pgoyette # you then need to add your PCI devices drivers below. 246