Expose random as urandom as well
This commit is contained in:
parent
92fa5e928d
commit
6cd1a40dbc
@ -61,6 +61,7 @@ static fs_node_t * random_device_create(void) {
|
||||
|
||||
static int random_initialize(void) {
|
||||
vfs_mount("/dev/random", random_device_create());
|
||||
vfs_mount("/dev/urandom", random_device_create());
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user