Add android 4.4 kitkat

This commit is contained in:
Fabian 2021-12-01 16:08:48 -05:00
parent 42c80ae566
commit 48eb6cb51b
2 changed files with 14 additions and 2 deletions

View file

@ -62,13 +62,14 @@ Here's an overview of the operating systems supported in v86:
useful scripts for building one.
- Archlinux works. See [archlinux.md](docs/archlinux.md) for building an image.
- Debian works. An image can be built from a Dockerfile, see [tools/docker/debian/](tools/docker/debian/).
- Ubuntu up to 10.04 works.
- Alpine Linux works.
- ReactOS works.
- FreeDOS, Windows 1.01 and MS-DOS run very well.
- KolibriOS works.
- Haiku works.
- Android x86 1.6-r2 works if one selects VESA mode at the boot prompt. Newer
versions haven't been tested.
versions may work if compiled without SSE3. See [#224](https://github.com/copy/v86/issues/224).
- Windows 1, 3.0, 95, 98, ME and 2000 work. Other versions currently don't (see [#86](https://github.com/copy/v86/issues/86), [#208](https://github.com/copy/v86/issues/208)).
- In Windows 2000 and higher the PC type has to be changed from ACPI PC to Standard PC
- Many hobby operating systems work.

View file

@ -721,6 +721,17 @@
},
name: "Android",
},
{
id: "android4",
memory_size: 512 * 1024 * 1024,
cdrom: {
"url": host + "android_x86_nonsse3_4.4r1_20140904.iso",
"size": 247463936,
"async": true,
use_parts: !ON_LOCALHOST,
},
name: "Android",
},
{
id: "tinycore",
memory_size: 256 * 1024 * 1024,
@ -1143,7 +1154,7 @@
emulator.keyboard_send_text("\n");
}, 3000);
}
else if(settings.id == "android")
else if(settings.id === "android" || settings.id === "android4")
{
setTimeout(() => {
// hack: select vesa mode and start automatically