29#ifndef BOOT_sparc64_MAIN_H_
30#define BOOT_sparc64_MAIN_H_
33#include <boot/ofw_tree.h>
34#include <boot/balloc.h>
35#include <boot/types.h>
37#define KERNEL_VIRTUAL_ADDRESS 0x400000
39#define TASKMAP_MAX_RECORDS 32
42#define BOOTINFO_TASK_NAME_BUFLEN 32
44#define BSP_PROCESSOR 1
53 char name[BOOTINFO_TASK_NAME_BUFLEN];
58 task_t tasks[TASKMAP_MAX_RECORDS];
62 uintptr_t physmem_start;
69extern uint32_t silo_ramdisk_image;
70extern uint32_t silo_ramdisk_size;
72extern void start(
void);
73extern void bootstrap(
void);
Definition: ofw_tree.h:44
unsigned size
Definition: tte.h:1