Files
RedBear-OS/init.d/00_runtime
T
bjorn3 7ebeceb41d init: Allow init to register the scheme for a daemon
Unfortunately the scheme still has to be created by the daemon due to a
kernel bug, but once that is fixed, it would allow delayed spawning of
scheme daemons.
2026-02-18 22:40:09 +01:00

10 lines
275 B
Plaintext

# Various daemons that relibc needs to function as well as a bunch of env vars
# that should be set for every program.
export PATH /scheme/initfs/bin
export LD_LIBRARY_PATH /scheme/initfs/lib
export RUST_BACKTRACE 1
rtcd
scheme null nulld
scheme zero zerod
scheme rand randd