|
ArvernOS
|
Functions | |
| bool | proc_fs_init () |
| inode_t | proc_fs_create_readonly_file (const char *name, proc_read_t *read_fn) |
| inode_t proc_fs_create_readonly_file | ( | const char * | name, |
| proc_read_t * | read_fn ) |
| bool proc_fs_init | ( | ) |
Initializes the "proc" file system.
The "proc" file system exposes kernel information using files.