| 1 | [[PageOutline]] |
| 2 | |
| 3 | = Virtual Machine = |
| 4 | |
| 5 | = Xen = |
| 6 | * [https://help.ubuntu.com/community/Xen Xen - Community Ubuntu Documentation] |
| 7 | * [http://blog.sibrof.net/ken/2008/05/12/769/ Xen – Ubuntu Hardy | Ken's blog] |
| 8 | |
| 9 | = KVM = |
| 10 | * [https://help.ubuntu.com/community/KVM The Kernel Virtual Machine - Community Ubuntu Documentation] |
| 11 | * [http://blog.sibrof.net/ken/2008/05/17/778/ KVM – Ubuntu Hardy | Ken's blog] |
| 12 | * [http://blog.sibrof.net/ken/2008/05/18/779/ 動き出したUbuntu Hardy on KVM | Ken's blog] |
| 13 | |
| 14 | * Intel-VT or AMD-V が必須 |
| 15 | {{{ |
| 16 | egrep '(vmx|svm)' --color=always /proc/cpuinfo |
| 17 | }}} |
| 18 | |