Real std
Changes to switch over to Real libstd.
- Daemonize using
fork
instead of a thread - Remove
cfg redox
, usingtarget_os = "redox"
instead - Switch panic strategy to
abort
, for now
Changes to switch over to Real libstd.
fork
instead of a threadcfg redox
, using target_os = "redox"
insteadabort
, for now