xref: /netbsd-src/sys/arch/acorn32/doc/bootloader (revision 1ca5c1b28139779176bd5c13ad7c5f25c0bcd5f8)
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