next up previous contents index
Next: 15.21 Signals Up: 15.20 Boot Module Filesystem Previous: 15.20 Boot Module Filesystem

15.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