Filesystem startup message for a device
Source position: amigados.pas line 1178
type tFileSysStartupMsg = record |
||
fssm_Unit: LongWord; |
|
Exec unit number for this device |
fssm_Device: LongInt; |
|
Device Name |
fssm_Environ: LongInt; |
|
Pointer to Dos environment table |
fssm_Flags: LongWord; |
|
Flags for OpenDevice() |
end; |
The file system startup message is linked into a device node's startup field. It contains a pointer to the Dos environment table and the information needed to do an OpenDevice()