diff options
author | kaashoek <kaashoek> | 2006-09-07 00:00:33 +0000 |
---|---|---|
committer | kaashoek <kaashoek> | 2006-09-07 00:00:33 +0000 |
commit | f9bc4452b5437570f1709430e9364cc3e323cf3a (patch) | |
tree | 6cec5651ee4316b451e7394daf37da005976314a /Notes | |
parent | d6b20251f0094661b32b08973f536102d6e9dfeb (diff) | |
download | xv6-labs-f9bc4452b5437570f1709430e9364cc3e323cf3a.tar.gz xv6-labs-f9bc4452b5437570f1709430e9364cc3e323cf3a.tar.bz2 xv6-labs-f9bc4452b5437570f1709430e9364cc3e323cf3a.zip |
nit in console interrupts
Diffstat (limited to 'Notes')
-rw-r--r-- | Notes | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -103,9 +103,10 @@ test: deadlock d/.. vs ../d, two processes. test: dup() shared fd->off test: does echo foo > x truncate x? -sh: support pipes? leave it for the class? +sh: ioredirection incorrect now we have pipes +sh: chain of pipes won't work, also ugly that parent closes fdarray entries too sh: dynamic memory allocation? -sh: should sh support ; () & --- need malloc +sh: should sh support ; () & sh: stop stdin on ctrl-d (for cat > y) really should have bdwrite() for file content |