KERNEL_BASE_PHYS
arm32_bootmem_init(memory_start, memory_size, KERNEL_BASE_PHYS);
physical_freeend = KERNEL_BASE_PHYS;
logical = KERNEL_BASE_PHYS - mem->dram[0].address; /* offset of kernel in RAM */
KERNEL_BASE_PHYS);
KERNEL_BASE_PHYS);
#define BOOTINFO_PAGE (KERNEL_BASE_PHYS - PAGE_SIZE)
magicaddr = (u_int *)(KERNEL_BASE_PHYS - BOOTARGS_BUFSIZ);
memcpy(bootinfo, (void *)(KERNEL_BASE_PHYS - BOOTINFO_MAXSIZE),