sunriseos / SunriseOS

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

Libstd stdout goes to terminal #524

Closed roblabla closed 5 years ago

roblabla commented 5 years ago

We now implement a twili service that's responsible for giving a process its stdin/stdout/stderr. Stderr is ignored for now, as it's used for panics, and having panics go to svcOutputDebugString is too useful.