theseus-os / rust

Fork of Rust to support Theseus OS targets and `std` atop Theseus. Empowering everyone to build reliable and efficient software.
https://www.rust-lang.org
Other
0 stars 1 forks source link

Implement `std::sys::theseus` #12

Open tsoutsman opened 2 years ago

tsoutsman commented 2 years ago

We need to implement the following files in library/std/src/sys/theseus:

kevinaboos commented 2 years ago

If we do end up needing pipe, we can implement it atop one of our channel implementations.