NeKernel dev
|
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. |
|
noexcept |
HeFS format over EPM.
format HeFS over an EPM disk.
img | disk image structure. |
|
noexcept |
NeFS format over EPM.
format NeFS over an EPM disk.
img | disk image structure. |
|
noexcept |
Format with an EPM partition.
EPM format disk.
img | disk image structure. |