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