|
|
发表于 2011-2-9 18:12:09
|
显示全部楼层
我前夜试了一下,我使用的G4D菜单如下:
default=0
timeout=30
#root (hd0,1)
splashimage=/Android/android-x86.xpm.gz
title Android-x86 2.2 (HDPI)
kernel /Android/kernel quiet root=/dev/ram0 androidboot_hardware=generic_x86 acpi_sleep=s3_bios,s3_mode video=-16 DPI=240 SRC=/Android SDCARD=/sd/sdcard.img
initrd /Android/initrd.img
title Android-x86 2.2 (MDPI)
kernel /Android/kernel quiet root=/dev/ram0 androidboot_hardware=generic_x86 acpi_sleep=s3_bios,s3_mode video=-16 DPI=160 SRC=/Android SDCARD=/sd/sdcard.img
initrd /Android/initrd.img
title Android-x86 2.2 (Debug mode)
kernel /Android/kernel root=/dev/ram0 androidboot_hardware=generic_x86 acpi_sleep=s3_bios,s3_mode video=-16 DEBUG=1 SRC=/Android SDCARD=/sd/sdcard.img
initrd /Android/initrd.img
title Windows
rootnoverify (hd0,0)
chainloader +1 |
|