next up previous contents index
Next: 13.21 Signals Up: 13.20 Boot Module Filesystem Previous: 13.20 Boot Module Filesystem

13.20.1 start_fs_bmod: Create the BMOD filesystem

 

SYNOPSIS

#include <oskit/fs/memfs.h> #include <oskit/startup.h>

oskit_dir_t *start_fs_bmod(void);

DESCRIPTION

Initialize the BMOD filesystem. Create the supporting memfs, and load it with the contents of the multiboot BMODs.

RETURNS

Returns a handle to the root of the BMOD filesystem



Utah Flux Research Group