Runing MAC on KVM 问题小记

Posted Hi,云计算!

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Runing MAC on KVM 问题小记相关的知识,希望对你有一定的参考价值。

1.参考文档:

       http://kernelpanik.net/running-mac-osx-yosemite-on-kvm/

       http://www.bonashen.com/post/artifice/running-mac-os-x-as-a-qemu-kvm-guest

       http://wat.im/kvm-virtualization-of-osx-using-libvirt/

       http://www.contrib.andrew.cmu.edu/~somlo/OSXKVM/

       https://blog.ostanin.org/2014/02/11/playing-with-mac-os-x-on-kvm/

 

2.Mac启动时默认需要手动按一下Entry,处理方法:

To automatically boot into OS X without needing to press enter at the prompt, edit (create) the org.chameleon.boot.plist file at /Extra/org.chameleon.boot.plist. A simple example to automatically boot would be:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Timeout</key>
<string>3</string>
<key>Graphics Mode</key>
<string>1440x900x32</string>
</dict>
</plist>

https://blog.ostanin.org/2014/02/11/playing-with-mac-os-x-on-kvm/

以上是关于Runing MAC on KVM 问题小记的主要内容,如果未能解决你的问题,请参考以下文章

tomcat runing on daemon with apr and ssl mode

生成MAC地址

Mac 编译jdk源码小记

Mac 编译jdk源码小记

指针学习小记

Mac下的python flask小记