Subversion Repositories Kolibri OS

Rev

Rev 3132 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3132 Rev 5117
Line 2... Line 2...
2
#include 
2
#include 
Line 3... Line 3...
3
 
3
 
4
char stack[16384];
4
char stack[16384];
Line -... Line 5...
-
 
5
char kosExePath[257];
-
 
6
 
5
char kosExePath[257];
7
// must be alphabetically first in the image
6
 
8
#pragma data_seg(".1seg")
7
struct __MENUET_header_t
9
struct __MENUET_header_t
8
{
10
{
9
	char signature[8];
11
	char signature[8];
Line 24... Line 26...
24
	-1,
26
	-1,
25
	stack + sizeof(stack),
27
	stack + sizeof(stack),
26
	NULL,
28
	NULL,
27
	&kosExePath
29
	&kosExePath
28
};
30
};
-
 
31
#pragma data_seg()
Line 29... Line 32...
29
 
32
 
30
#if 0
33
#if 0
31
#define atexitBufferSize	32
34
#define atexitBufferSize	32