NeKernel dev
Loading...
Searching...
No Matches
DI Namespace Reference

Classes

struct  DI_DISK_IMAGE
 Disk Image file structure. More...

Functions

SInt32 DIFormatPartitionEPM (struct DI_DISK_IMAGE &img)
 Format with an EPM partition.
SInt32 DIFormatFilesystemNeFS (struct DI_DISK_IMAGE &img)
 NeFS format over EPM.
SInt32 DIFormatFilesystemOpenHeFS (struct DI_DISK_IMAGE &img)
 OpenHeFS format over EPM.

Function Documentation

◆ DIFormatFilesystemNeFS()

SInt32 DI::DIFormatFilesystemNeFS ( struct DI_DISK_IMAGE & img)

NeFS format over EPM.

format NeFS over an EPM disk.

Parameters
imgdisk image structure.
Returns
Status code upon completion.

◆ DIFormatFilesystemOpenHeFS()

SInt32 DI::DIFormatFilesystemOpenHeFS ( struct DI_DISK_IMAGE & img)

OpenHeFS format over EPM.

format OpenHeFS over an EPM disk.

Parameters
imgdisk image structure.
Returns
Status code upon completion.

◆ DIFormatPartitionEPM()

SInt32 DI::DIFormatPartitionEPM ( struct DI_DISK_IMAGE & img)

Format with an EPM partition.

Format a disk under the EPM scheme.

Parameters
imgdisk image structure.
Returns
Status code upon completion.