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) noexcept
 Format with an EPM partition.
SInt32 DIFormatFilesystemNeFS (struct DI_DISK_IMAGE &img) noexcept
 NeFS format over EPM.
SInt32 DIFormatFilesystemHeFS (struct DI_DISK_IMAGE &img) noexcept
 HeFS format over EPM.

Function Documentation

◆ DIFormatFilesystemHeFS()

SInt32 DI::DIFormatFilesystemHeFS ( struct DI_DISK_IMAGE & img)
noexcept

HeFS format over EPM.

format HeFS over an EPM disk.

Parameters
imgdisk image structure.
Returns
Status code upon completion.

◆ DIFormatFilesystemNeFS()

SInt32 DI::DIFormatFilesystemNeFS ( struct DI_DISK_IMAGE & img)
noexcept

NeFS format over EPM.

format NeFS over an EPM disk.

Parameters
imgdisk image structure.
Returns
Status code upon completion.

◆ DIFormatPartitionEPM()

SInt32 DI::DIFormatPartitionEPM ( struct DI_DISK_IMAGE & img)
noexcept

Format with an EPM partition.

EPM format disk.

Parameters
imgdisk image structure.
Returns
Status code upon completion.