fachat / GeckOS-V2

GeckOS version 2, a multi-tasking and multithreading operating system for the 6502
http://www.6502.org/users/andre/osa/index.html
GNU General Public License v2.0
240 stars 28 forks source link

output redirection of shell builtins does not seem to close them #72

Closed fachat closed 4 years ago

fachat commented 4 years ago

When running "uname > a:ser1" it seems the ser1 device keeps the open stream, a second invocation runs into "?"

fachat commented 4 years ago

That seems to have been a glitch in my test setup. Trying to re-create everything works just fine