•  Back 
  •  Cookie and XBRA list 
  •  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-File3.7.2.24  Cookie, _NET                                             TOS

Network extensions for GEMDOS

The cookie serves as a flag for possible network extensions. The value 
is a pointer to two LONG values. The first contains a provider 
identifier for the network, the second the version number allocated by 
the manufacturer.

struct netinfo
{
  int32_t publischer_id;     /* Special code for publisher to assigned */
                             /* by ATARI (USA)                         */
                             /* Usually a four-byte ASCII string       */
  int32_t version;           /* Version number of the network          */
};

As a provider-ID, there are till now:

 Application Design Software  "A&D\0" 
 Pams Software                "PAMS" 
 Itos Software                "ITOS"