Subversion Repositories HelenOS

Rev

Rev 2145 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2145 Rev 2198
Line 51... Line 51...
51
		*(.sdata2);
51
		*(.sdata2);
52
		*(.sbss);
52
		*(.sbss);
53
		*(.scommon);
53
		*(.scommon);
54
		*(.bss);		/* uninitialized static variables */	
54
		*(.bss);		/* uninitialized static variables */	
55
		*(COMMON); 		/* global variables */
55
		*(COMMON); 		/* global variables */
56
		*(.reginfo);" > "$LINK"
56
		*(.reginfo);
-
 
57
 
-
 
58
		. = ALIGN(16384);
-
 
59
		*(PT);			/* page table */" > "$LINK"
57
 
60
 
58
echo '#ifndef ___COMPONENTS_H__
61
echo '#ifndef ___COMPONENTS_H__
59
#define ___COMPONENTS_H__
62
#define ___COMPONENTS_H__
60
 
63
 
61
typedef struct {
64
typedef struct {