NeKernel dev
Loading...
Searching...
No Matches
DiskImage.h File Reference

Go to the source code of this file.

Classes

struct  DI::DI_DISK_IMAGE
 Disk Image file structure. More...

Namespaces

namespace  DI

Macros

#define kDISectorSz   (512)
#define kDIMinDiskSz   mib_cast(1)
#define kDIDefaultOutputName   "disk.eimg"
#define kDIDefaultDiskName   "Disk"
#define kDISuccessStatus   (0)
#define kDIFailureStatus   (1)
#define kDIDiskNameLen   (16)
#define kDIOutNameLen   (256)

Functions

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

Macro Definition Documentation

◆ kDIDefaultDiskName

#define kDIDefaultDiskName   "Disk"

◆ kDIDefaultOutputName

#define kDIDefaultOutputName   "disk.eimg"

◆ kDIDiskNameLen

#define kDIDiskNameLen   (16)

◆ kDIFailureStatus

#define kDIFailureStatus   (1)

◆ kDIMinDiskSz

#define kDIMinDiskSz   mib_cast(1)

◆ kDIOutNameLen

#define kDIOutNameLen   (256)

◆ kDISectorSz

#define kDISectorSz   (512)

◆ kDISuccessStatus

#define kDISuccessStatus   (0)