Rev 2787 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2787 | Rev 4377 | ||
---|---|---|---|
Line 37... | Line 37... | ||
37 | #define KERN_arm32_ASM_BOOT_H_ |
37 | #define KERN_arm32_ASM_BOOT_H_ |
38 | 38 | ||
39 | /** Size of a temporary stack used for initial kernel start. */ |
39 | /** Size of a temporary stack used for initial kernel start. */ |
40 | #define TEMP_STACK_SIZE 0x100 |
40 | #define TEMP_STACK_SIZE 0x100 |
41 | 41 | ||
42 | #ifndef __ASM__ |
- | |
43 | - | ||
44 | /** Kernel entry point. |
- | |
45 | * |
- | |
46 | * Implemented in assembly. Copies boot_bootinfo (declared as bootinfo in |
- | |
47 | * boot/arch/arm32/loader/main.c) to #bootinfo struct. Then jumps to |
- | |
48 | * #arch_pre_main and #main_bsp. |
- | |
49 | * |
- | |
50 | * @param entry Entry point address (not used). |
- | |
51 | * @param boot_bootinfo Struct holding information about loaded tasks. |
- | |
52 | * @param bootinfo_size Size of the bootinfo structure. |
- | |
53 | */ |
- | |
54 | extern void kernel_image_start(void *entry, void *boot_bootinfo, |
- | |
55 | unsigned int bootinfo_size); |
- | |
56 | - | ||
57 | #endif |
- | |
58 | - | ||
59 | #endif |
42 | #endif |
60 | 43 | ||
61 | /** @} |
44 | /** @} |
62 | */ |
45 | */ |