Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2352 → Rev 2353

/branches/arm/boot/arch/arm32/loader/asm.h
39,7 → 39,7
#define BOOT_arm32_ASM_H
 
 
/** Copies #cnt bytes from #dst to #src.
/** Copies cnt bytes from dst to src.
*
* @param dst Destination address.
* @param src Source address.
52,7 → 52,7
*
* @param entry Kernel entry point address.
* @param bootinfo Structure holding information about loaded tasks.
* @param bootinto_size Size of the #bootinfo structure.
* @param bootinfo_size Size of the bootinfo structure.
*/
void jump_to_kernel(void *entry, void *bootinfo, unsigned int bootinfo_size) __attribute__((noreturn));
 
/branches/arm/boot/arch/arm32/loader/mm.c
46,7 → 46,7
* @param pte Section entry to initialize.
* @param frame First frame in the section (frame number).
*
* @note If #frame is not 1MB aligned, first lower 1MB aligned frame will be used.
* @note If frame is not 1MB aligned, first lower 1MB aligned frame will be used.
*/
static void init_pte_level0_section(pte_level0_section_t* pte, unsigned int frame)
{