An open API service indexing awesome lists of open source software.

https://github.com/ghostdevv/pep-os


https://github.com/ghostdevv/pep-os

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# pep-os

## resources

- https://www.youtube.com/watch?v=u2Juz5sQyYQ
- https://www.kernel.org/doc/html/latest/filesystems/ramfs-rootfs-initramfs.html
- https://en.wikipedia.org/wiki/Initramfs
- https://dracut-ng.github.io/dracut-ng/
- https://blinry.org/tiny-linux/

## roadmap

- [x] get initial program working
- [x] refactor into something easily maintainable and setup git
- [x] figure out what in the world initramfs is
- [x] write a slightly-above-simple command runner for the shell
- [ ] ~~escape initramfs into the real world~~
- [x] get uutils coreutils or busybox working in initramfs
- [x] create a seperate shell binary - Really Awful SHell (rash)
- [ ] figure out why `echo $PATH` etc isn't working
- [ ] get uutils find utils working
- [ ] escape initramfs into the real world