Subversion Repositories freemyipod

Rev

Rev 98 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 98 Rev 110
Line 65... Line 65...
65
    bool memmappedflags;
65
    bool memmappedflags;
66
};
66
};
67
 
67
 
68
 
68
 
69
static const char welcomestring[] INITCONST_ATTR = "emBIOS v" VERSION " r" VERSION_SVN "\n\n";
69
static const char welcomestring[] INITCONST_ATTR = "emBIOS v" VERSION " r" VERSION_SVN "\n\n";
70
static const char initthreadname[] INITCONST_ATTR = "Initialisation thread";
70
static const char initthreadname[] INITCONST_ATTR = "Initialization thread";
71
static uint32_t initstack[0x400] INITSTACK_ATTR;
71
static uint32_t initstack[0x400] INITSTACK_ATTR;
72
extern int _loadspaceend;
72
extern int _loadspaceend;
73
extern int _initstart;
73
extern int _initstart;
74
struct bootinfo_t bootinfo_src INITHEAD_ATTR =
74
struct bootinfo_t bootinfo_src INITHEAD_ATTR =
75
{
75
{