We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Current /proc didn't generate process fd, e.g.
$ ls /proc 3 . 1 .. 1001 version 1002 meminfo
It should have thread_main and thread_idle, thread_softirqd's process fd directory.
thread_main
thread_idle
thread_softirqd
The text was updated successfully, but these errors were encountered:
Exactly. If we want to support this feature, we should build procfs which is a pseudo-filesystem first.
Sorry, something went wrong.
I would continue hacking procfs.
procfs
jserv
No branches or pull requests
Current /proc didn't generate process fd, e.g.
It should have
thread_main
andthread_idle
,thread_softirqd
's process fd directory.The text was updated successfully, but these errors were encountered: