code wiki / nishifs
topic: nishifs
6 modules sharing the nishifs name family (derived from the tree's prefix discipline).
| module | description | lines | funcs |
|---|---|---|---|
| nx_nishifs_boot.nx | ladder C8 (the arc-closer): BOOT-FROM-NishiFS = power on -> mount rootfs from the FS. | 284 | 17 |
| nx_nishifs_bootasm.nx | ladder C9: the NishiFS-aware bootloader CORE, EXECUTED AS REAL x86. | 179 | 20 |
| nx_nishifs_cid.nx | ladder C2 (the FILE SYSTEM): NishiFS CORE = a content-addressed (CID/Merkle) object store. | 167 | 11 |
| nx_nishifs_cow.nx | ladder C6 (the FS): CoW SNAPSHOTS for NishiFS (Merkle structural sharing, git-style). | 177 | 13 |
| nx_nishifs_crypt.nx | ladder C7 (the FS): NATIVE ENCRYPTION AT REST for NishiFS (the last FS core axis). | 162 | 12 |
| nx_nishifs_mount.nx | ladder C4 (installer/disk INTEGRATION): FORMAT + MOUNT NishiFS on a C1 partition. | 229 | 14 |