1 1.2.2.2 joerg # $NetBSD: INSTALL_XEN3_DOMU,v 1.2.2.2 2007/11/27 19:35:29 joerg Exp $ 2 1.2.2.2 joerg 3 1.2.2.2 joerg include "arch/amd64/conf/std.xen" 4 1.2.2.2 joerg 5 1.2.2.2 joerg options MAXPHYS=32768 #xbd doesn't handle 64k transfers 6 1.2.2.2 joerg 7 1.2.2.2 joerg 8 1.2.2.2 joerg #options INCLUDE_CONFIG_FILE # embed config file in kernel binary 9 1.2.2.2 joerg 10 1.2.2.2 joerg # Enable the hooks used for initializing the root memory-disk. 11 1.2.2.2 joerg options MEMORY_DISK_HOOKS 12 1.2.2.2 joerg options MEMORY_DISK_IS_ROOT # force root on memory disk 13 1.2.2.2 joerg options MEMORY_DISK_SERVER=0 # no userspace memory disk support 14 1.2.2.2 joerg options MEMORY_DISK_ROOT_SIZE=10000 # size of memory disk, in blocks 15 1.2.2.2 joerg 16 1.2.2.2 joerg maxusers 32 # estimated number of users 17 1.2.2.2 joerg 18 1.2.2.2 joerg # CPU-related options. 19 1.2.2.2 joerg #options MATH_EMULATE # floating point emulation 20 1.2.2.2 joerg #options VM86 # virtual 8086 emulation 21 1.2.2.2 joerg #options USER_LDT # user-settable LDT; used by WINE 22 1.2.2.2 joerg 23 1.2.2.2 joerg # Standard system options 24 1.2.2.2 joerg 25 1.2.2.2 joerg options INSECURE # disable kernel security levels 26 1.2.2.2 joerg 27 1.2.2.2 joerg options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 28 1.2.2.2 joerg #options NTP # NTP phase/frequency locked loop 29 1.2.2.2 joerg 30 1.2.2.2 joerg #options KTRACE # system call tracing via ktrace(1) 31 1.2.2.2 joerg 32 1.2.2.2 joerg #options SYSVMSG # System V-like message queues 33 1.2.2.2 joerg #options SYSVSEM # System V-like semaphores 34 1.2.2.2 joerg #options SYSVSHM # System V-like memory sharing 35 1.2.2.2 joerg #options SHMMAXPGS=2048 # 2048 pages is the default 36 1.2.2.2 joerg 37 1.2.2.2 joerg #options LKM # loadable kernel modules 38 1.2.2.2 joerg 39 1.2.2.2 joerg options USERCONF # userconf(4) support 40 1.2.2.2 joerg options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 41 1.2.2.2 joerg #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 42 1.2.2.2 joerg 43 1.2.2.2 joerg # Diagnostic/debugging support options 44 1.2.2.2 joerg options DIAGNOSTIC # expensive kernel consistency checks 45 1.2.2.2 joerg options DEBUG # expensive debugging checks/support 46 1.2.2.2 joerg #options KMEMSTATS # kernel memory statistics (vmstat -m) 47 1.2.2.2 joerg options DDB # in-kernel debugger 48 1.2.2.2 joerg #options DDB_ONPANIC=1 # see also sysctl(8): `ddb.onpanic' 49 1.2.2.2 joerg options DDB_HISTORY_SIZE=512 # enable history editing in DDB 50 1.2.2.2 joerg #options KGDB # remote debugger 51 1.2.2.2 joerg #options KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600 52 1.2.2.2 joerg makeoptions DEBUG="-g" # compile full symbol table 53 1.2.2.2 joerg makeoptions COPTS="-O2 -fno-omit-frame-pointer" 54 1.2.2.2 joerg options DDB_COMMANDONENTER="trace;show registers" 55 1.2.2.2 joerg 56 1.2.2.2 joerg 57 1.2.2.2 joerg # Compatibility options 58 1.2.2.2 joerg options COMPAT_40 # NetBSD 4.0 59 1.2.2.2 joerg 60 1.2.2.2 joerg #options COMPAT_SVR4 # binary compatibility with SVR4 61 1.2.2.2 joerg #options COMPAT_IBCS2 # binary compatibility with SCO and ISC 62 1.2.2.2 joerg #options COMPAT_LINUX # binary compatibility with Linux 63 1.2.2.2 joerg #options COMPAT_FREEBSD # binary compatibility with FreeBSD 64 1.2.2.2 joerg options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 65 1.2.2.2 joerg 66 1.2.2.2 joerg # File systems 67 1.2.2.2 joerg file-system FFS # UFS 68 1.2.2.2 joerg file-system EXT2FS # second extended file system (linux) 69 1.2.2.2 joerg #file-system LFS # log-structured file system 70 1.2.2.2 joerg file-system MFS # memory file system 71 1.2.2.2 joerg file-system NFS # Network File System client 72 1.2.2.2 joerg file-system NTFS # Windows/NT Filesystem 73 1.2.2.2 joerg file-system CD9660 # ISO 9660 + Rock Ridge file system 74 1.2.2.2 joerg file-system MSDOSFS # MS-DOS file system 75 1.2.2.2 joerg #file-system FDESC # /dev/fd 76 1.2.2.2 joerg file-system KERNFS # /kern 77 1.2.2.2 joerg #file-system NULLFS # loopback file system 78 1.2.2.2 joerg #file-system PORTAL # portal filesystem (still experimental) 79 1.2.2.2 joerg #file-system PROCFS # /proc 80 1.2.2.2 joerg #file-system UMAPFS # NULLFS + uid and gid remapping 81 1.2.2.2 joerg #file-system UNION # union file system 82 1.2.2.2 joerg #file-system PTYFS # /dev/pts/N support 83 1.2.2.2 joerg #file-system TMPFS # Efficient memory file-system 84 1.2.2.2 joerg 85 1.2.2.2 joerg # Filesystem options 86 1.2.2.2 joerg #options QUOTA # UFS quotas 87 1.2.2.2 joerg #options NFSSERVER # Network File System server 88 1.2.2.2 joerg #options NFS_V2_ONLY # Exclude NFS3 code to save space 89 1.2.2.2 joerg options FFS_NO_SNAPSHOT # No FFS snapshot support 90 1.2.2.2 joerg #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 91 1.2.2.2 joerg # immutable) behave as system flags. 92 1.2.2.2 joerg 93 1.2.2.2 joerg # Networking options 94 1.2.2.2 joerg #options GATEWAY # packet forwarding 95 1.2.2.2 joerg options INET # IP + ICMP + TCP + UDP 96 1.2.2.2 joerg options INET6 # IPv6 97 1.2.2.2 joerg #options MROUTING # IP multicast routing 98 1.2.2.2 joerg #options PIM # Protocol Independent Multicast 99 1.2.2.2 joerg #options ISO,TPIP # OSI 100 1.2.2.2 joerg #options EON # OSI tunneling over IP 101 1.2.2.2 joerg #options NETATALK # AppleTalk networking protocols 102 1.2.2.2 joerg #options PPP_BSDCOMP # BSD-Compress compression support for PPP 103 1.2.2.2 joerg #options PPP_DEFLATE # Deflate compression support for PPP 104 1.2.2.2 joerg #options PPP_FILTER # Active filter support for PPP (requires bpf) 105 1.2.2.2 joerg #options PFIL_HOOKS # pfil(9) packet filter hooks 106 1.2.2.2 joerg #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 107 1.2.2.2 joerg 108 1.2.2.2 joerg config netbsd root on ? type ? 109 1.2.2.2 joerg #config netbsd root on wd0a type ffs 110 1.2.2.2 joerg #config netbsd root on xennet0 type nfs 111 1.2.2.2 joerg 112 1.2.2.2 joerg mainbus0 at root 113 1.2.2.2 joerg 114 1.2.2.2 joerg hypervisor* at mainbus? # Xen hypervisor 115 1.2.2.2 joerg 116 1.2.2.2 joerg xencons* at hypervisor? # Xen virtual console 117 1.2.2.2 joerg 118 1.2.2.2 joerg vcpu* at hypervisor? # Xen virtual CPUs 119 1.2.2.2 joerg 120 1.2.2.2 joerg xenbus* at hypervisor? # Xen virtual bus 121 1.2.2.2 joerg xennet* at xenbus? # Xen virtual network interface 122 1.2.2.2 joerg xbd* at xenbus? # Xen virtual block device 123 1.2.2.2 joerg 124 1.2.2.2 joerg # Pseudo-Devices 125 1.2.2.2 joerg 126 1.2.2.2 joerg # disk/mass storage pseudo-devices 127 1.2.2.2 joerg #pseudo-device ccd 4 # concatenated/striped disk devices 128 1.2.2.2 joerg pseudo-device raid 8 # RAIDframe disk driver 129 1.2.2.2 joerg options RAID_AUTOCONFIG # auto-configuration of RAID components 130 1.2.2.2 joerg #pseudo-device fss 4 # file system snapshot device 131 1.2.2.2 joerg pseudo-device md 1 # memory disk device (ramdisk) 132 1.2.2.2 joerg #pseudo-device vnd # disk-like interface to files 133 1.2.2.2 joerg 134 1.2.2.2 joerg # network pseudo-devices 135 1.2.2.2 joerg pseudo-device bpfilter # Berkeley packet filter 136 1.2.2.2 joerg #pseudo-device ipfilter # IP filter (firewall) and NAT 137 1.2.2.2 joerg pseudo-device loop # network loopback 138 1.2.2.2 joerg #pseudo-device ppp # Point-to-Point Protocol 139 1.2.2.2 joerg #pseudo-device sl # Serial Line IP 140 1.2.2.2 joerg #pseudo-device strip # Starmode Radio IP (Metricom) 141 1.2.2.2 joerg #pseudo-device tun # network tunneling over tty 142 1.2.2.2 joerg #pseudo-device gre # generic L3 over IP tunnel 143 1.2.2.2 joerg 144 1.2.2.2 joerg # miscellaneous pseudo-devices 145 1.2.2.2 joerg pseudo-device pty 2 # pseudo-terminals (Sysinst needs two) 146 1.2.2.2 joerg #pseudo-device sequencer 1 # MIDI sequencer 147 1.2.2.2 joerg # rnd works; RND_COM does not on port i386 yet. 148 1.2.2.2 joerg pseudo-device rnd # /dev/random and in-kernel generator 149 1.2.2.2 joerg #options RND_COM # use "com" randomness as well (BROKEN) 150 1.2.2.2 joerg 151 1.2.2.2 joerg # a pseudo device needed for Coda # also needs CODA (above) 152 1.2.2.2 joerg #pseudo-device vcoda 4 # coda minicache <-> venus comm. 153