level 8
chishingchan
楼主
1、系统使用 5.1 版本,驱动方面我只知道我的设备的核显还不支持;
2、界面与 Windows 的相似程序达90%;赞!!!
3、由于是使用 5.1 版本,所以对于某些电脑的兼容性还是欠妥、星尘浏览器经常无反应;
4、安装方面可以使用 android-x86 6.0 的 IMG 作为模板添加菜单,例如:
set timeout=10
set gfxmode=1024x768
terminal_output gfxterm
menuentry 'Phoenix OS 2015-12-30 Live' --class phoenix {
search --file --no-floppy --set=root /system.sfs
linuxefi /kernel root=/dev/ram0 androidboot.hardware=android_x86 quiet DATA=
initrdefi /initrd.img
}
menuentry 'Phoenix OS 2015-12-30 DEBUG mode' --class phoenix {
search --file --no-floppy --set=root /system.sfs
linuxefi /kernel root=/dev/ram0 androidboot.hardware=android_x86 DATA= DEBUG=2
initrdefi /initrd.img
}
menuentry 'Phoenix OS 2015-12-30 Installation' --class phoenix {
search --file --no-floppy --set=root /system.sfs
linuxefi /kernel root=/dev/ram0 androidboot.hardware=android_x86 DEBUG= INSTALL=1
initrdefi /initrd.img
}
menuentry 'Windows' {
search --file --no-floppy --set=root /EFI/Microsoft/Boot/bootmgfw.efi
chainloader (${root})/EFI/Microsoft/Boot/bootmgfw.efi
}
5、简易安装方面,将全部文件拷贝一份到硬盘(GPT)的 FAT32 分区,再弄一个 data.img 文件即可。
6、像输入法、QQ、微信等软件还未测试。
7、如果另外出一个基于 4.4 版本的那就完美了;
2016年01月05日 02点01分
1
2、界面与 Windows 的相似程序达90%;赞!!!
3、由于是使用 5.1 版本,所以对于某些电脑的兼容性还是欠妥、星尘浏览器经常无反应;
4、安装方面可以使用 android-x86 6.0 的 IMG 作为模板添加菜单,例如:
set timeout=10
set gfxmode=1024x768
terminal_output gfxterm
menuentry 'Phoenix OS 2015-12-30 Live' --class phoenix {
search --file --no-floppy --set=root /system.sfs
linuxefi /kernel root=/dev/ram0 androidboot.hardware=android_x86 quiet DATA=
initrdefi /initrd.img
}
menuentry 'Phoenix OS 2015-12-30 DEBUG mode' --class phoenix {
search --file --no-floppy --set=root /system.sfs
linuxefi /kernel root=/dev/ram0 androidboot.hardware=android_x86 DATA= DEBUG=2
initrdefi /initrd.img
}
menuentry 'Phoenix OS 2015-12-30 Installation' --class phoenix {
search --file --no-floppy --set=root /system.sfs
linuxefi /kernel root=/dev/ram0 androidboot.hardware=android_x86 DEBUG= INSTALL=1
initrdefi /initrd.img
}
menuentry 'Windows' {
search --file --no-floppy --set=root /EFI/Microsoft/Boot/bootmgfw.efi
chainloader (${root})/EFI/Microsoft/Boot/bootmgfw.efi
}
5、简易安装方面,将全部文件拷贝一份到硬盘(GPT)的 FAT32 分区,再弄一个 data.img 文件即可。
6、像输入法、QQ、微信等软件还未测试。
7、如果另外出一个基于 4.4 版本的那就完美了;