ArvernOS
|
Functions | |
bool | dev_fs_init () |
inode_t | dev_fs_create (const char *name, vfs_driver_t *driver) |
inode_t dev_fs_create | ( | const char * | name, |
vfs_driver_t * | driver ) |
Creates a new devfs character device.
name | the name of the character device |
driver | the driver of the character device |
bool dev_fs_init | ( | ) |
Initializes the "dev" filesystem.