diff options
author | rtm <rtm> | 2006-08-12 17:17:35 +0000 |
---|---|---|
committer | rtm <rtm> | 2006-08-12 17:17:35 +0000 |
commit | 14938f9392524ad1b198bf36e63d42e0e61dab85 (patch) | |
tree | 762ce608b8d432c1612a4ae3cc6d9698d230cf6b /Notes | |
parent | 7ce01cf9be997dfec50786b8aec663c84b63c209 (diff) | |
download | xv6-labs-14938f9392524ad1b198bf36e63d42e0e61dab85.tar.gz xv6-labs-14938f9392524ad1b198bf36e63d42e0e61dab85.tar.bz2 xv6-labs-14938f9392524ad1b198bf36e63d42e0e61dab85.zip |
buffer cache, fifo replacement
Diffstat (limited to 'Notes')
-rw-r--r-- | Notes | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |