sunriseos / SunriseOS

Horizon/NX kernel reimplementation
Apache License 2.0
229 stars 13 forks source link

Shell redirects #542

Closed roblabla closed 4 years ago

roblabla commented 4 years ago

Finally done. Implements redirecting stdin/stdout when starting a new subshell.

todo[bot] commented 4 years ago

Move the handling of PROCESS_STATE_CHANGED to a single dedicated task.

We currently handle PROCESS_STATE_CHANGED signaling in one task per launched process. This is a ridiculous amount of overhead.


https://github.com/sunriseos/SunriseOS/blob/18ebddaf191c2d90df1f4b50147f31797129e289/loader/src/main.rs#L235-L245


This comment was generated by todo based on a TODO comment in 18ebddaf191c2d90df1f4b50147f31797129e289 in #542. cc @roblabla.