zoukankan      html  css  js  c++  java
  • 安装 android x86 到 virtual box

    由于vmware无论怎么整,声音都出不了。 改用virtual box了。

    很多注意点都参照了这篇文章

    http://www.android-x86.org/documents/virtualboxhowto

    1) 启动时出错

    kernel panic - not syncing: tried to kill idle task

    原因: 需要把HOST主机的BIOS修改支持虚拟化。 选项:Interl Virtualization

    2) Sound device: change to Sound Blaster 16. ICH AC97 will not work. (if you have a solution, let us know)

    3) Network device: PCnet-Fast III, attached to NAT. You can also use bridged adapter, but you need a DHCP server in your environment

    4) you can edit the boot option by pressing TAB, change vga=788 (800x600) to vga=791 (1024x768) or vga=794 (1280x1024), and press Enter

    5) 黑屏的时候,给客户机发个【正常关机】信号,就醒过来了。最好还是设置关闭休眠

    6) 多显示器时,副显示器上的鼠标有时候会很奇怪, 转到主显示器再用

  • 相关阅读:
    thinkphp 视图定义
    ThinkPHP支持模型的分层
    thinkphp 虚拟模型
    thinkphp 参数绑定
    thinkphp 自动完成
    thinkphp 自动验证
    thinkphp 子查询
    thinkphp 动态查询
    ThinkPHP sql查询
    thinkphp 统计查询
  • 原文地址:https://www.cnblogs.com/johnsonshu/p/3551204.html
Copyright © 2011-2022 走看看