FrostWing
A lightweight raw-control operating system.
Loading...
Searching...
No Matches
general_partition_t Struct Reference
Collaboration diagram for general_partition_t:
Collaboration graph

Public Attributes

partition_table_type_t table_type
int64 lba_start
int64 lba_end
int64 sector_count
int64 ahci_port
bool bootable
partition_fs_type_t fs_type
union { 
   uint8_t   mbr_type 
   uint8_t   gpt_type_guid [16] 
}; 
char name [64]

Detailed Description

Definition at line 195 of file ahci.h.

Member Data Documentation

◆ ahci_port

int64 general_partition_t::ahci_port

Definition at line 202 of file ahci.h.

◆ bootable

bool general_partition_t::bootable

Definition at line 205 of file ahci.h.

◆ fs_type

partition_fs_type_t general_partition_t::fs_type

Definition at line 208 of file ahci.h.

◆ gpt_type_guid

uint8_t general_partition_t::gpt_type_guid[16]

Definition at line 213 of file ahci.h.

◆ lba_end

int64 general_partition_t::lba_end

Definition at line 200 of file ahci.h.

◆ lba_start

int64 general_partition_t::lba_start

Definition at line 199 of file ahci.h.

◆ mbr_type

uint8_t general_partition_t::mbr_type

Definition at line 212 of file ahci.h.

◆ name

char general_partition_t::name[64]

Definition at line 216 of file ahci.h.

◆ sector_count

int64 general_partition_t::sector_count

Definition at line 201 of file ahci.h.

◆ table_type

partition_table_type_t general_partition_t::table_type

Definition at line 196 of file ahci.h.


The documentation for this struct was generated from the following file: