![]() |
Ultibo API
C/C++ API for Ultibo Core
|
#include <filesystem.h>
Data Fields | |
| BOOT_SECTOR_JUMP | bootjump |
| JMP - EBh,??h,90h or E9h,??h,??h. | |
| char | oemname [8] |
| MSWIN4.0/MSWIN4.1/MSDOS5.0. | |
| BIOS_PB | bpb |
| See Above. | |
| uint8_t | drivenumber |
| BIOS Int13 Drive No 00h, 80h, FFh etc. | |
| uint8_t | reserved1 |
| Always 00h. | |
| uint8_t | bootsignature |
| Always 29h. | |
| uint32_t | volumeserial |
| Serial No (Date/Time when Formatted). | |
| char | volumename [11] |
| Volume Label or "NO NAME". | |
| char | systemname [8] |
| System Type FAT12, FAT16, FAT32 etc. | |
| BOOT_SECTOR_CODE | bootcode |
| Executable Code. | |
| uint16_t | signature |
| Magic Number 0xAA55. | |
| BOOT_SECTOR_JUMP bootjump |
JMP - EBh,??h,90h or E9h,??h,??h.
| char oemname[8] |
MSWIN4.0/MSWIN4.1/MSDOS5.0.
| BIOS_PB bpb |
See Above.
| uint8_t drivenumber |
BIOS Int13 Drive No 00h, 80h, FFh etc.
| uint8_t reserved1 |
Always 00h.
| uint8_t bootsignature |
Always 29h.
| uint32_t volumeserial |
Serial No (Date/Time when Formatted).
| char volumename[11] |
Volume Label or "NO NAME".
| char systemname[8] |
System Type FAT12, FAT16, FAT32 etc.
| BOOT_SECTOR_CODE bootcode |
Executable Code.
| uint16_t signature |
Magic Number 0xAA55.