•  Back 
  •  LTL messages from the shell to the loader 
  •  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-FileDie OBNCOMM-Struktur
13.7.3.1  CL_INIT                                                  TOS

With the message CL_INIT the shell inform the loader that it supports 
the LTL protocol. At the same time it passes to the loader the address 
of a function via which the loader can trigger actions in the shell.

The function in the shell has the same parameters as the function to 
which the OBNL cookie points:

     int cdecl obnshell ( OBNCOMM *com );


Assignment of the OBNCOMM structure:

 type   CL_INIT

 ptr    Address of the function in the shell

 chr    Undefined

 env    Undefined