•  Back 
  •  The drive U: in MagiC 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help page 
  •  Show info about hypertext 
  •  View a new file 
Topic       : TOS - The Operating System
Author      : 
Version     : tos.hyp (December 19, 2008)
Subject     : Programmieren/Atari
Nodes       : 3010
Index Size  : 93790
HCP-Version : 5
Compiled on : Atari
@charset    : atarist
@lang       : 
@default    : Title
@help       : 
@options    : +g -i -s +x +zz -t4
@width      : 70
View Ref-File11.5.6.3  The directory U:\PROC                                    TOS

This directory gives an oveview of the processes currently active in 
the system. Each entry consists of the following components:

   . The process name
   . The process ID (PID)
   . The current memory usage
   . Date and time of creation of the process


index=2970
In the above illustration, for instance, the process XCONTROL has the PID 4 and occupies 93460 bytes of memory at present. Process IDs are allocated at program launch and released again on termination. The deletion of a file in this directory results in the corresponding process being destroyed (via the AES program manager). Note: The MiNT-conform process attributes (special file attributes) are not supported by MagiC at present. The name of a process can be obtained also via the environmental variable _PNAM; the process ID is found also in the basepage. See also: GEM Style guidelines Task-manager