notes

来自「这是一个同样来自贝尔实验室的和UNIX有着渊源的操作系统, 其简洁的设计和实现易」· 代码 · 共 22 行

TXT
22
字号
- virtual directories, reading a directory wipes out the virtual directory. virtual property in the inode.- inode contains the qid, inuse, pointers, and virtual property.  one pointer each for 3 levels.? reserve version == -1 to mean a virtual file? makes some things easier.- first inode is always the root.- adding any virtual entry to a directory makes the whole directory virtual.? how do we keep cfs from swapping?? how do we resolve access to missing parts when running remotely?? what are default properties of files (ones we haven't stat'd)?

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?