mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: add comments for Darwin IO unit
This commit is contained in:
parent
64eddc20ce
commit
663df1faa1
1 changed files with 8 additions and 0 deletions
|
|
@ -1,5 +1,13 @@
|
|||
unit uDarwinIO;
|
||||
|
||||
{
|
||||
APFS bootable specifications, there are two Volumns in the same Grouop:
|
||||
System Volumn: ReadOnly, No FSEvent
|
||||
Data Volumn: Writable, MNT_DONTBROWSE, FSEvent
|
||||
for bootable APFS volumes, we need to combine the Name of the System Volume and
|
||||
the path of the Data Volume by the GroupUUID.
|
||||
}
|
||||
|
||||
{$mode ObjFPC}{$H+}
|
||||
{$modeswitch objectivec2}
|
||||
{$linkframework IOKit}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue