Source position: amigados.pas line 1451
type TRootNode = record |
||
rn_TaskArray: Pointer; |
|
[0] is max number of CLI's [1] is APTR to process id of CLI 1 [n] is APTR to process id of CLI n |
rn_ConsoleSegment: Pointer; |
|
SegList for the CLI |
rn_Time: TDateStamp; |
|
Current time |
rn_RestartSeg: Pointer; |
|
SegList for the disk validator process |
rn_Info: Pointer; |
|
Pointer ot the Info structure |
rn_FileHandlerSegment: Pointer; |
|
Segment for a file handler |
rn_CliList: TMinList; |
|
New list of all CLI processes the first cpl_Array is also rn_TaskArray |
rn_BootProc: PMsgPort; |
|
Private pointer to msgport of boot file system |
rn_ShellSegment: Pointer; |
|
Seglist for Shell (for NewShell) |
rn_Flags: LongInt; |
|
dos flags |
rn_RootLock: TSignalSemaphore; |
|
RootNode arbitrator |
end; |