The Disk-Layout Of STAMFS
- Note: STAMFS is a silly, useless, unstable, crash-prone and
very inefficient file-system, that assumes that each disk sector contains
512 bytes, and uses them in logical blocks of 1024 bytes each.
- But it's simple enough to understand in 10 minutes and implement in 2
month of spare-time by someone unfamiliar with the VFS...
- Here is how it looks:
Originally written by
guy keren