|
NeKernel dev
|
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. | |
| SInt32 DI::DIFormatFilesystemNeFS | ( | struct DI_DISK_IMAGE & | img | ) |
NeFS format over EPM.
format NeFS over an EPM disk.
| img | disk image structure. |
| SInt32 DI::DIFormatFilesystemOpenHeFS | ( | struct DI_DISK_IMAGE & | img | ) |
OpenHeFS format over EPM.
format OpenHeFS over an EPM disk.
| img | disk image structure. |
| SInt32 DI::DIFormatPartitionEPM | ( | struct DI_DISK_IMAGE & | img | ) |
Format with an EPM partition.
Format a disk under the EPM scheme.
| img | disk image structure. |