inode-alloc.txt

来自「嵌入式系统设计与实例开发源码」· 文本 代码 · 共 14 行

TXT
14
字号
Current inode allocations in the proc-fs (hex-numbers):  00000000		reserved  00000001-00000fff	static entries	(goners)       001		root-ino  00001000-00001fff	dynamic entries  0001xxxx-7fffxxxx	pid-dir entries for pid 1-7fff  80000000-ffffffff	unusedGoal:	a) once we'll split the thing into several virtual filesystems we	will get rid of magical ranges (and this file, BTW).

⌨️ 快捷键说明

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