Unit 'AmigaDOS' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#morphunits]

TRootNode

Declaration

Source position: amigados.pas line 554

type TRootNode = packed record

  rn_TaskArray: LongInt;

  

[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: LongInt;

  

SegList for the CLI

  rn_Time: TDateStamp;

  

Current time

  rn_RestartSeg: LongInt;

  

SegList for the disk validator process

  rn_Info: LongInt;

  

Pointer ot the Info structure

  rn_FileHandlerSegment: LongInt;

  

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: LongInt;

  

Seglist for Shell (for NewShell)

  rn_Flags: LongInt;

  

dos flags

end;


Documentation generated on: 2021-07-30