--- wikisrc/ports/xen/howto.mdwn 2018/09/05 09:25:10 1.159 +++ wikisrc/ports/xen/howto.mdwn 2018/09/05 09:37:37 1.160 @@ -33,12 +33,9 @@ architecture, with installing NetBSD on installing software from pkgsrc. See also the [Xen website](http://www.xenproject.org/). -This HOWTO attempts to address both the case of running a NetBSD dom0 -on hardware and running domUs under it (NetBSD and other), and also -running NetBSD as a domU in a VPS. +[[!toc]] -Versions and Support -==================== +#Versions and Support In NetBSD, Xen is provided in pkgsrc, via matching pairs of packages xenkernel and xentools. We will refer only to the kernel versions, @@ -86,8 +83,7 @@ For domUs, i386PAE is considered as [faster](https://lists.xen.org/archives/html/xen-devel/2012-07/msg00085.html) than amd64. -NetBSD as a dom0 -================ +#NetBSD as a dom0 In order to install a NetBSD as a dom0, one must first install a normal NetBSD system, and then pivot the install to a dom0 install by changing @@ -269,8 +265,7 @@ Minor version upgrades are trivial. Jus xenkernel version and copy the new xen.gz to `/` (where `/boot.cfg` references it), and reboot. -Unprivileged domains (domU) -=========================== +#Unprivileged domains (domU) This section describes general concepts about domUs. It does not address specific domU operating systems or how to install them. The @@ -429,8 +424,7 @@ down cleanly on dom0 shutdown, add the f xendomains="domU-netbsd domU-linux" """]] -Creating a domU -=============== +#Creating a domU Creating domUs is almost entirely independent of operating system. We have already presented the basics of config files. Note that you must @@ -629,8 +623,7 @@ note that only the "xpci" lines are unus cd* at scsibus? target ? lun ? # SCSI CD-ROM drives -NetBSD as a domU in a VPS -========================= +#NetBSD as a domU in a VPS The bulk of the HOWTO is about using NetBSD as a dom0 on your own hardware. This section explains how to deal with Xen in a domU as a @@ -695,13 +688,3 @@ Amazon ------ See the [Amazon EC2 page](/amazon_ec2/). - -Random pointers -=============== - -This section contains links from elsewhere not yet integrated into the -HOWTO, and other guides. - -* http://www.lumbercartel.ca/library/xen/ -* http://pbraun.nethence.com/doc/sysutils/xen_netbsd_dom0.html -* https://gmplib.org/~tege/xen.html