![]() |
Max OS 0.3
|
Handles mounting of partitions documented in an MSDOS partition table. More...
#include <msdos.h>
Static Public Member Functions | |
| static void | mount_partitions (drivers::disk::Disk *disk) |
| read the partition table of a given hard disk | |
Handles mounting of partitions documented in an MSDOS partition table.
|
static |
read the partition table of a given hard disk
| disk | The hard disk to read the partition table from |
Definition at line 23 of file msdos.cpp.
References MaxOS::filesystem::VirtualFileSystem::current_file_system(), MaxOS::Logger::DEBUG(), MaxOS::Logger::Out(), MaxOS::drivers::disk::Disk::read(), and MaxOS::Logger::WARNING().
Referenced by MaxOS::drivers::disk::IntegratedDriveElectronicsController::activate().