--- wikisrc/ports/xen/howto.mdwn 2013/10/31 12:20:57 1.1 +++ wikisrc/ports/xen/howto.mdwn 2013/10/31 12:34:39 1.2 @@ -108,7 +108,7 @@ Note that your CPU needs to support this instruction, AMD CPUs the 'SVM' instruction. You can easily find out if your CPU support HVM by using NetBSD's cpuctl command: -~~~ {.programlisting} +``` # cpuctl identify 0 cpu0: Intel Core 2 (Merom) (686-class), id 0x6f6 cpu0: features 0xbfebfbff @@ -125,7 +125,7 @@ cpu0: Initial APIC ID 0 cpu0: Cluster/Package ID 0 cpu0: Core ID 0 cpu0: family 06 model 0f extfamily 00 extmodel 00 -~~~ +``` Depending on your CPU, the feature you are looking for is called HVM, SVM or VMX. @@ -396,7 +396,7 @@ configuring: ~~~ {.programlisting} #!/bin/sh #============================================================================ -# $NetBSD: vif-bridge-nbsd,v 1.3 2005/11/08 00:47:35 jlam Exp $ +# $NetBSD: howto.mdwn,v 1.1 2013/10/31 12:20:57 mspo Exp $ # # /usr/pkg/etc/xen/vif-bridge #