593
Google is preparing to let you run Linux apps on Android, just like Chrome OS
(www.androidauthority.com)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
yeah, like virtio-wl which crosvm supports...
Which still needs a wayland compositor to work, but I get your meaning now. You simply want it to be possible for there to be GUI support with some sort of wayland compositor.
correct, or rather more specifically virtio-wl is a serialization protocol for wayland. You need a specific compositor that implements virtio-wl see https://github.com/talex5/wayland-proxy-virtwl and https://chromium.googlesource.com/chromiumos/platform2/+/HEAD/vm_tools/sommelier/README.md
The ideal thing I would like to see is each application working as it's own window, This should be possible with A12 since they allowed multiple app instances. Though multiple app windows introduced in I think A9 would also be usable for this.