Implement the proc filesystem
Andy-Python-Programmer opened this issue · 2 comments
Andy-Python-Programmer commented
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.
- Add
/proc/cpuinfoto the proc filesystem (souwufetchcan show the cpuinfo) - Make
uwufetchread and parse the cpuinfo provided in/proc/cpuinfousingserde-jsonand print it in the screen fetch.
Andy-Python-Programmer commented
rayanmargham commented
@Andy-Python-Programmer wheres your progress now huh? ![]()
