hyclone
hyclone copied to clipboard
A runtime environment for Haiku applications.
Readme
Please adding following steps between **sudo** and **cd hyclone** my proposal sudo apt install -y git nasm bc autoconf automake texinfo flex bison gawk build-essential unzip wget zip less zlib1g-dev...
Hello, I wanna try this but it cannot launch Haiku's bash. It gets stucked here. ``` [kenz@archlinux bin]$ ./haiku_loader bash --login Attempting to launch HyClone server... HyClone owner UID: 1000...
Hey, I'd like to use distcc with hyclone. My idea'd be to put hyclone with gcc and distcc in a docker linux container thing on a local server on the...
Mutexes that live on shared memory should be handled in `hyclone_server` instead of `haiku_loader`. Also, upstream Haiku mutex fixes should be backported to HyClone, such as this: https://github.com/waddlesplash/haiku/commit/273c925338eac6476ffc9376ecc3676f5a39236c
Currently `copy_objects.sh` builds a copy of the Haiku toolchain from scratch. It might be desirable to fetch those from https://github.com/haiku/haiku-toolchains-ubuntu, at least for the CI builds, to significantly speed up...
For debugger support, Haiku uses specific [syscalls](https://xref.landonf.org/source/xref/haiku/headers/private/system/syscalls.h#482) that opens a magic port with the kernel. The kernel also installs a "nub thread" to the debugged process. How exactly this is...