inode-alloc.txt
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:0k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

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