Skip to content

Shim

Jeremy Soller requested to merge shim into master

Add a crate, ralloc_shim, that will provide functions for sbrk and sched_yield. A default implementation, using libc, is provided. Redox overrides this implementation on its own.

Compilation appears to be broken using clippy, so it was temporarily disabled

This also merges in changes from the fi branch, as they are required to make Redox boot correctly

Merge request reports