aero
aero copied to clipboard
Implement the proc filesystem
Maybe turn the ramfs into a trait instead which would make it easier to make in memory file systems with custom file contents type without needing to bloat the ramfs impl itself.
- [x] Add
/proc/cpuinfo
to the proc filesystem (souwufetch
can show the cpuinfo) - [ ] Make
uwufetch
read and parse the cpuinfo provided in/proc/cpuinfo
usingserde-json
and print it in the screen fetch.
Progress :)
@Andy-Python-Programmer wheres your progress now huh? :trollface: