Subversion Repositories HelenOS

Rev

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

Rev 2349 Rev 2352
Line 53... Line 53...
53
		*(.scommon);
53
		*(.scommon);
54
		*(.bss);		/* uninitialized static variables */	
54
		*(.bss);		/* uninitialized static variables */	
55
		*(COMMON); 		/* global variables */
55
		*(COMMON); 		/* global variables */
56
		*(.reginfo);
56
		*(.reginfo);
57
 
57
 
58
		. = ALIGN(16384);
58
		. = 0x4000;
59
		*(PT);			/* page table */" > "$LINK"
59
		*(PT);			/* page table placed at 0x4000 */" > "$LINK"
60
 
60
 
61
echo '
61
echo '
62
/** @addtogroup arm32boot
62
/** @addtogroup arm32boot
63
 * @{
63
 * @{
64
 */
64
 */