Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement the proc filesystem #25

Open
1 of 2 tasks
Andy-Python-Programmer opened this issue Jan 6, 2022 · 2 comments
Open
1 of 2 tasks

Implement the proc filesystem #25

Andy-Python-Programmer opened this issue Jan 6, 2022 · 2 comments
Labels
C-kernel Category: kernel

Comments

@Andy-Python-Programmer
Copy link
Owner

Andy-Python-Programmer commented Jan 6, 2022

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/cpuinfo to the proc filesystem (so uwufetch can show the cpuinfo)
  • Make uwufetch read and parse the cpuinfo provided in /proc/cpuinfo using serde-json and print it in the screen fetch.
@Andy-Python-Programmer Andy-Python-Programmer added the C-kernel Category: kernel label Jan 6, 2022
@Andy-Python-Programmer
Copy link
Owner Author

image
Progress :)

@rayanmargham

This comment was marked as off-topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-kernel Category: kernel
Projects
None yet
Development

No branches or pull requests

2 participants