|
|
|
|
|
by moody__
848 days ago
|
|
Out of curiosity I decided to test these assumptions on 9front and things work as the author would have expected: cpu% ./dup -proc > out; cat out; echo 1d cpu% ./dup -dup > out; cat out; echo 1d The slightly modified code can be found here: http://okturing.com/src/18632/body This seems to be another case of Linux attempting to emulate Plan 9 design and not quite hitting the mark. In general these operating system interfaces are much more consistent and sane within the Plan 9 environment at (seemingly) every turn. I think a lot of folks see the implementation quirks of Linux and decide its time to toss the baby out with the bath water, but studying Plan 9 really shows how nice things could have been. |
|