File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,16 +21,13 @@ replaced or omitted:
2121
2222| Piece | What it does | Where |
2323| -------| --------------| -------|
24- | ** Filesystem Hierarchy Standard** | The Linux filesystem layout, natively | [ mSL/FHS ] ( https://github.com/somestupidgirl/mSL-FHS ) |
25- | ** Syscall translation** | Linux system calls onto Darwin's, over ` Hypervisor.framework ` | based on [ Noah ] ( https://github.com/ktemkin/noah ) |
26- | ** procfs** | ` /proc ` , as a real filesystem | ** this repository ** |
27- | ** sysfs** | ` /sys ` , likewise | not yet started |
24+ | ** Filesystem Hierarchy Standard** | The Linux filesystem layout, natively | ** this repository ** |
25+ | ** Syscall translation** | Linux system calls onto Darwin's, over ` Hypervisor.framework ` | [ mSL/NABI ] ( https://github.com/somestupidgirl/mSL-NABI ) |
26+ | ** procfs** | ` /proc ` , as a real filesystem | [ mSL/ProcFS ] ( https://github.com/somestupidgirl/mSL-ProcFS ) |
27+ | ** sysfs** | ` /sys ` , likewise | [ mSL/SysFS ] ( https://github.com/somestupidgirl/mSL-SysFS ) |
2828| ** devfs** | ` /dev ` — already part of macOS | XNU |
2929
30- Targeting Apple Silicon natively makes [ Asahi Linux] ( https://asahilinux.org/ )
31- the distribution of choice, since it is the one already built for this hardware.
32-
33- ** This repository is the ProcFS piece** , and it is largely done. The
30+ ** This repository is the FHS piece** , and it is largely done. The
3431rest of this document describes it.
3532
3633## What is mSL/FHS?
You can’t perform that action at this time.
0 commit comments