Subversion Repositories HelenOS

Rev

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

Rev 3478 Rev 4634
Line 62... Line 62...
62
 
62
 
63
 
63
 
64
/** Prints bootloader version information. */
64
/** Prints bootloader version information. */
65
static void version_print(void)
65
static void version_print(void)
66
{
66
{
67
    printf("HelenOS ARM32 Bootloader\nRelease %s%s%s\nCopyright (c) 2007 HelenOS project\n",
67
    printf("HelenOS ARM32 Bootloader\nRelease %s%s%s\nCopyright (c) 2009 HelenOS project\n",
68
        release, revision, timestamp);
68
        release, revision, timestamp);
69
}
69
}
70
 
70
 
71
 
71
 
72
/** Copies all images (kernel + user tasks) to #KERNEL_VIRTUAL_ADDRESS and jumps there. */
72
/** Copies all images (kernel + user tasks) to #KERNEL_VIRTUAL_ADDRESS and jumps there. */