1 # $NetBSD: bootloader,v 1.4 2001/07/05 08:38:24 toshii Exp $
4 The current bootloader (since 2001) is written in BASIC and is RISC OS
5 version independent; it even runs on NC's.
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.
11 The development of a 2nd stage bootloader is a possible extension.