summaryrefslogtreecommitdiff
path: root/Notes
diff options
context:
space:
mode:
authorrtm <rtm>2006-08-12 17:17:35 +0000
committerrtm <rtm>2006-08-12 17:17:35 +0000
commit14938f9392524ad1b198bf36e63d42e0e61dab85 (patch)
tree762ce608b8d432c1612a4ae3cc6d9698d230cf6b /Notes
parent7ce01cf9be997dfec50786b8aec663c84b63c209 (diff)
downloadxv6-labs-14938f9392524ad1b198bf36e63d42e0e61dab85.tar.gz
xv6-labs-14938f9392524ad1b198bf36e63d42e0e61dab85.tar.bz2
xv6-labs-14938f9392524ad1b198bf36e63d42e0e61dab85.zip
buffer cache, fifo replacement
Diffstat (limited to 'Notes')
-rw-r--r--Notes3
1 files changed, 3 insertions, 0 deletions
diff --git a/Notes b/Notes
index 3efafb3..e1d763d 100644
--- a/Notes
+++ b/Notes
@@ -354,3 +354,6 @@ HMM maybe the variables at the end of struct cpu are being overwritten
OH! recursive interrupts will use up any amount of cpu[].stack!
underflow and wrecks *previous* cpu's struct
+
+better buffer cache replacement
+read/write of open file that's been unlinked