summaryrefslogtreecommitdiff
path: root/Notes
diff options
context:
space:
mode:
authorrtm <rtm>2006-08-24 19:21:19 +0000
committerrtm <rtm>2006-08-24 19:21:19 +0000
commitbcfb84b6a9077b5e035325b3396c062d1f183ac4 (patch)
tree5a08eec2343a00631160aa42644ebf1d7a71a45c /Notes
parent1be766853771bda6023b8024041453413fb777bb (diff)
downloadxv6-labs-bcfb84b6a9077b5e035325b3396c062d1f183ac4.tar.gz
xv6-labs-bcfb84b6a9077b5e035325b3396c062d1f183ac4.tar.bz2
xv6-labs-bcfb84b6a9077b5e035325b3396c062d1f183ac4.zip
big directory test
Diffstat (limited to 'Notes')
-rw-r--r--Notes11
1 files changed, 10 insertions, 1 deletions
diff --git a/Notes b/Notes
index 4c9855d..6273db5 100644
--- a/Notes
+++ b/Notes
@@ -115,6 +115,11 @@ why does shell often ignore first line of input?
test: one process unlinks a file while another links to it
test: one process opens a file while another deletes it
test: mkdir. deadlock d/.. vs ../d
+test: sub-sub directories. mkdir("d1/d2")
+test: dup() shared fd->off
+test: indirect blocks. files and directories.
+test: sbrk
+test: does echo foo > x truncate x?
make proc[0] runnable
cpu early tss and gdt
@@ -138,4 +143,8 @@ are the locks in the right place in keyboardintr?
sh: support pipes? leave it for the class?
sh: dynamic memory allocation?
sh: should sh support ; () & --- need malloc
-sh: stop stdin on ctrl-d (for cat > y) \ No newline at end of file
+sh: stop stdin on ctrl-d (for cat > y)
+
+really should have bdwrite() for file content
+ and make some inode updates async
+ so soft updates make sense