Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1971 → Rev 1972

/trunk/boot/arch/sparc64/loader/main.c
37,12 → 37,12
#include <align.h>
 
bootinfo_t bootinfo;
component_t components[COMPONENTS];
 
void bootstrap(void)
{
printf("HelenOS SPARC64 Bootloader\n");
 
component_t components[COMPONENTS];
init_components(components);
 
if (!ofw_memmap(&bootinfo.memmap)) {