1*492b11d1Sreinoud# $NetBSD: bootloader,v 1.1 2001/10/18 00:05:00 reinoud Exp $ 2*492b11d1Sreinoud 3*492b11d1Sreinoud 4*492b11d1SreinoudThe current bootloader (since 2001) is written in BASIC and is RISC OS 5*492b11d1Sreinoudversion independent; it even runs on NC's. 6*492b11d1Sreinoud 7*492b11d1SreinoudIn contrast to the old bootloader, the (new) bootloader is relocating the 8*492b11d1Sreinoudkernel itself at 0xf0000000. This address is fixed to support OFW 9*492b11d1Sreinoudmachines which feature this start address. 10*492b11d1Sreinoud 11*492b11d1SreinoudThe development of a 2nd stage bootloader is a possible extension. 12*492b11d1Sreinoud 13