Rev 2352 | Rev 3024 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2352 | Rev 2409 | ||
---|---|---|---|
Line 66... | Line 66... | ||
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) 2007 HelenOS project\n", |
68 | release, revision, timestamp); |
68 | release, revision, timestamp); |
69 | } |
69 | } |
70 | 70 | ||
- | 71 | ||
71 | /** 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. */ |
72 | void bootstrap(void) |
73 | void bootstrap(void) |
73 | { |
74 | { |
74 | mmu_start(); |
75 | mmu_start(); |
75 | version_print(); |
76 | version_print(); |