libnds
Loading...
Searching...
No Matches
Data Fields
DLDI_INTERFACE Struct Reference

DLDI I/O driver interface. More...

#include <dldi.h>

Data Fields

u8 allocatedSize
 Log-2 of the available maximum driver size, in bytes.
 
void * bssEnd
 End of the DLDI driver's BSS section.
 
void * bssStart
 Start of the DLDI driver's BSS section.
 
void * dldiEnd
 End of the DLDI driver's text/data section.
 
void * dldiStart
 Start of the DLDI driver's text/data section.
 
u8 driverSize
 Log-2 of the driver's size, in bytes.
 
u8 fixSectionsFlags
 Flags which determine the sections that may have addresses to be fixed.
 
char friendlyName [48]
 User-friendly driver name.
 
void * gotEnd
 End of the DLDI driver's Global Offset Table section.
 
void * gotStart
 Start of the DLDI driver's Global Offset Table section.
 
void * interworkEnd
 End of the DLDI driver's ARM interwork section.
 
void * interworkStart
 Start of the DLDI driver's ARM interwork section.
 
DISC_INTERFACE ioInterface
 File system interface flags and functions.
 
u32 magicNumber
 Magic number, equal to 0xBF8DA5ED.
 
char magicString [8]
 Magic string, equal to " Chishm\0".
 
u8 versionNumber
 Version number.
 

Detailed Description

DLDI I/O driver interface.

Field Documentation

◆ fixSectionsFlags

u8 DLDI_INTERFACE::fixSectionsFlags

Flags which determine the sections that may have addresses to be fixed.

See also
FIX_ALL
FIX_GLUE
FIX_GOT
FIX_BSS

◆ magicNumber

u32 DLDI_INTERFACE::magicNumber

Magic number, equal to 0xBF8DA5ED.

See also
dldiIsValid

◆ magicString

char DLDI_INTERFACE::magicString[8]

Magic string, equal to " Chishm\0".

See also
dldiIsValid

The documentation for this struct was generated from the following file: