Unit 'amigados' Package
[Overview][Constants][Types][Procedures and functions][Index] [#amunits]

tRootNode

Declaration

Source position: amigados.pas line 773

type tRootNode = 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