|
miniOS
x86_64 hobby kernel with SMP, VFS, and POSIX process model
|
#include <block_device.h>
Public Attributes | |
| char | name [16] |
| uint8_t | major |
| uint8_t | minor |
| uint64_t | lba_start |
| uint64_t | lba_end |
| bool | is_partition |
| bool block_device_t::is_partition |
| uint64_t block_device_t::lba_end |
| uint64_t block_device_t::lba_start |
| uint8_t block_device_t::major |
| uint8_t block_device_t::minor |
| char block_device_t::name[16] |