Function kernel::fs::create_disk_mapping

source ·
pub fn create_disk_mapping(
    hard_disk_index: usize
) -> Result<(), FileSystemError>
Expand description

Loads the hard disk specified in the argument it will load the first partition (MBR) if any, otherwise it will treat the whole disk as one partition

Creates a new filesystem mapping for / and the filesystem found