demOS
 All Data Structures Files Modules Pages
Data Fields
LOADrequest Struct Reference

#include <LOAD.H>

Data Fields

bool allocated
 
volatile bool processed
 
volatile u16 sector
 
u16 reserved
 
volatile u16 side_drive
 
volatile u16 track
 
u16 nbsectors
 
void * address
 
u16 order
 

Detailed Description

this structure is allocated by the LOADrequestLoad function (up to 3 requests at the same time) it allows you to determine if the request has been processed (processed member goes to 'true') you can also have information about the current progress of the loading (side_drive, track, sector)

! do not forget to free the request with LOADfreeRequest when you have acknowledged the end of the request


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