KolibriOS kernel
PARTITION Struct Reference

This structure represents one partition for the kernel. This is a base template, the actual contents after common fields is determined by the file system code for this partition. More...

Public Attributes

dq FirstSector
 
dq Length
 
dd Disk
 
dd FSUserFunctions
 

Detailed Description

This structure represents one partition for the kernel. This is a base template, the actual contents after common fields is determined by the file system code for this partition.

Source
blkdev/disk.inc:182

Member Data Documentation

◆ Disk

dd PARTITION::Disk

Length of the partition in sectors.

◆ FirstSector

dq PARTITION::FirstSector

◆ FSUserFunctions

dd PARTITION::FSUserFunctions

Pointer to parent DISK structure.

◆ Length

dq PARTITION::Length

First sector of the partition.


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