Skip to content

Commit 9bd2270

Browse files
docs: Update README
1 parent f3d8869 commit 9bd2270

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff 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
3431
rest of this document describes it.
3532

3633
## What is mSL/FHS?

0 commit comments

Comments
 (0)