1 # $NetBSD: bootloader,v 1.1.6.2 2002/01/10 19:36:09 thorpej Exp $ 2 3 4 The current bootloader (since 2001) is written in BASIC and is RISC OS 5 version independent; it even runs on NC's. 6 7 In contrast to the old bootloader, the (new) bootloader is relocating the 8 kernel itself at 0xf0000000. This address is fixed to support OFW 9 machines which feature this start address. 10 11 The development of a 2nd stage bootloader is a possible extension. 12 13