xref: /netbsd-src/sys/arch/acorn32/doc/bootloader (revision b2c35e17b976cf7ccd7250c86c6f5e95090ed636)
1#	$NetBSD: bootloader,v 1.1 2001/10/18 00:05:00 reinoud Exp $
2
3
4The current bootloader (since 2001) is written in BASIC and is RISC OS
5version independent; it even runs on NC's.
6
7In contrast to the old bootloader, the (new) bootloader is relocating the
8kernel itself at 0xf0000000. This address is fixed to support OFW
9machines which feature this start address.
10
11The development of a 2nd stage bootloader is a possible extension.
12
13