Are there any non-unixlike Linux-based OSes other than Android?
Are there any non-unixlike Linux-based OSes other than Android?
To clear it up I am referring to just the kernel. You can set anything you'd like as PID 1 so we can have a non-unixlike userland. For example, some users set their kernel to boot directly into Emacs, without an init system.
Sorry, friend, but you'll have to pick one. Linux is Unix-like.
Couldn't we implement a non-unixlike userland though (e.g. it's all just emacs)
That's called systemd. :P
have you considered https://github.com/a-schaefers/systemE plus https://github.com/emacs-exwm/exwm ? that's basically an entire emacs userland
Your updated question has given me a rather cursed idea...psychopathic even. Replace the *nix userland with wine...have win32 user space on your Linux. The biggest problem I see with the idea is wine would need a DRM backend so as to not depend on X/Wayland. Ofc the kernel API would still be *nix but your user space would be anything but. There's only so much you can do to get away from a *nix environment when using a *nix kernel.