inode-alloc.txt 413 B

1234567891011121314
  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 unused
  6. 0001xxxx-7fffxxxx pid-dir entries for pid 1-7fff
  7. 80000000-efffffff unused
  8. f0000000-ffffffff dynamic entries
  9. Goal:
  10. a) once we'll split the thing into several virtual filesystems we
  11. will get rid of magical ranges (and this file, BTW).