Update README
This commit is contained in:
parent
f69c804de8
commit
a111e7a454
1 changed files with 0 additions and 32 deletions
32
README.md
32
README.md
|
@ -5,40 +5,8 @@ All build scripts are 0BSD Licensed.
|
||||||
|
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
- Switch to different file system layout (follow standard)
|
|
||||||
- Switch to making single utilities with busybox and toybox
|
|
||||||
- LLVM (Work out how to split packages)
|
- LLVM (Work out how to split packages)
|
||||||
- LLVM Sort out the symlinking madness
|
|
||||||
- Linux kernel (no perl patch, byacc patch)
|
|
||||||
- FreeBSD Kernel (bootloader?, syslinux should support it)
|
- FreeBSD Kernel (bootloader?, syslinux should support it)
|
||||||
- FreeBSD libc? Standalone build how? (rly need LLVM libc)
|
- FreeBSD libc? Standalone build how? (rly need LLVM libc)
|
||||||
- Init system ( paralel shit and dependencies )
|
- Init system ( paralel shit and dependencies )
|
||||||
- QEMU for multiarch
|
- QEMU for multiarch
|
||||||
|
|
||||||
## New File System Layout
|
|
||||||
__**NO LIB64 or LIB32**__
|
|
||||||
```
|
|
||||||
/bin
|
|
||||||
/boot
|
|
||||||
/dev
|
|
||||||
/etc
|
|
||||||
/home
|
|
||||||
/lib
|
|
||||||
/mnt
|
|
||||||
/opt
|
|
||||||
/proc
|
|
||||||
/root
|
|
||||||
/run
|
|
||||||
/sbin
|
|
||||||
/srv
|
|
||||||
/sys
|
|
||||||
/tmp
|
|
||||||
/usr
|
|
||||||
|--/bin
|
|
||||||
|--/include
|
|
||||||
|--/lib
|
|
||||||
|--<arch>-linux-musl => .
|
|
||||||
|--aarch64-linux-musl
|
|
||||||
|
|
||||||
/var
|
|
||||||
```
|
|
||||||
|
|
Loading…
Reference in a new issue