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