Mis012

Results 96 comments of Mis012

you need to put it in the right place on the ESP yourself, but the point is that from the perspective of this project, it's much cleaner to just ask...

also, my understanding is that this project is made for use in cases where there are no ACPI tables present, so for example chromebooks which usually have mainline Linux support...

I guess even building on Linux for use with Wine would be a good start, stuff like not having incorrect case in e.g include statements that Windows happily ignores, using...

It would probably be preferable in general to use `/` for paths and especially fix the rAnDOMcAsE includes as a matter of code style (I believe wine might have some...

hm, it seems Windows supports enabling case sensitivity for a path (https://learn.microsoft.com/en-us/windows/wsl/case-sensitivity), not sure if they added that for WSL reasons or if it already existed... there is probably no...

thanks for looking into it, I guess most users wouldn't be compiling from source at all but it's always nice to have the option

seems there's still nothing, also since Google doesn't want any public documentation of how GSF works the people working on microG are probably the only ones who could realistically make...

@jglathe: my guess would be ``` perst-gpios = ; wake-gpios = ; ``` obviously could be anything but those are probably the "default" ones

I have experimented with running on standard JVM: https://gitlab.com/android_translation_layer/android_translation_layer/-/tree/unsupported-experiment-non-art-jvm The issue with dex2jar is that it absolutely does *not* "just work", at least in my experience. art is supposed to...

Just FYI, the most likely reason x86 is listed as a dependency is that historically Intel only had iGPUs, and those can't exactly be plugged into an aarch64 system for...