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