--- wikisrc/ports/xen/howto.mdwn 2015/01/04 02:17:17 1.73 +++ wikisrc/ports/xen/howto.mdwn 2015/01/04 02:18:47 1.74 @@ -893,6 +893,10 @@ or to select from a prepopulated list. kernel from the domU filesystem. This is closer to a regular physical computer, where someone who controls a machine can replace the kernel. +A second issue is multiple CPUs. With NetBSD 6, domUs support +multiple vcpus, and it is typical for VPS providers to enable multiple +CPUs for NetBSD domUs. + pygrub ------- @@ -912,11 +916,12 @@ calls. It is booted from the dom0 as th that pvgrub works with FFsv2 with 16K/2K and 32K/4K block/frag sizes (and hence with defaults from "newfs -O 2"). See [Panix's pvgrub page](http://www.panix.com/v-colo/grub.html), which describes only -Linux but should be updated to cover NetBSD :-) +Linux but should be updated to cover NetBSD :-). [prgmr.com](http://prgmr.com/) also lets users with pvgrub to boot their own kernel. See then [prgmr.com NetBSD -HOWTO](http://wiki.prgmr.com/mediawiki/index.php/NetBSD_as_a_DomU). +HOWTO](http://wiki.prgmr.com/mediawiki/index.php/NetBSD_as_a_DomU) +(which is in need of updating). It appears that [grub's FFS code](http://xenbits.xensource.com/hg/xen-unstable.hg/file/bca284f67702/tools/libfsimage/ufs/fsys_ufs.c)