Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1764 → Rev 1771

/boot/trunk/arch/sparc64/loader/main.c
28,15 → 28,14
 
#include "main.h"
#include <printf.h>
#include "msim.h"
#include "asm.h"
#include "_components.h"
 
#define KERNEL_VIRTUAL_ADDRESS 0x80100000
#define KERNEL_VIRTUAL_ADDRESS 0x400000
 
void bootstrap(void)
{
printf("HelenOS MIPS Bootloader\n");
printf("HelenOS SPARC64 Bootloader\n");
component_t components[COMPONENTS];
bootinfo_t bootinfo;