|
Retro Rocket Kernel
BASIC-Powered Operating System
|
A disk partition on a storage device. More...
#include <partition.h>
Collaboration diagram for partition_t:Data Fields | |
| uint8_t | bootable |
| Partition is bootable. More... | |
| uint8_t | starthead |
| Starting head. More... | |
| uint16_t | startcylsect |
| Starting cylinder and sector. More... | |
| uint8_t | systemid |
| partition type id More... | |
| uint8_t | endhead |
| End head. More... | |
| uint16_t | endcylsect |
| End cylinder and sector. More... | |
| uint32_t | startlba |
| Starting LBA. More... | |
| uint32_t | length |
| LBA length. More... | |
A disk partition on a storage device.
| uint8_t partition_t::bootable |
Partition is bootable.
| uint16_t partition_t::endcylsect |
End cylinder and sector.
| uint8_t partition_t::endhead |
End head.
| uint32_t partition_t::length |
LBA length.
| uint16_t partition_t::startcylsect |
Starting cylinder and sector.
| uint8_t partition_t::starthead |
Starting head.
| uint32_t partition_t::startlba |
Starting LBA.
| uint8_t partition_t::systemid |
partition type id