Initial commit of kernel only
[tpg/acess2.git] / Kernel / include / init.h
1 /*
2  * AcessOS Microkernel Version
3  * init.h
4  */
5 #ifndef _INIT_H
6 #define _INIT_H
7
8 #define INIT_SRV_MAGIC  (0xE6|('S'<<8)|('R'<<16)|('V'<<24))
9
10 typedef struct sInitServ {
11         Uint32  Magic;
12         Uint32  LoadBase;
13         Uint32  MemSize;
14          int    (*Entrypoint)(char **Args);
15 } tInitServ;
16
17 #endif

UCC git Repository :: git.ucc.asn.au