diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-04-24 11:09:01 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-04-24 11:09:01 +0000 |
commit | 6bbb90fd25d2dcd7a4acdc8969a442fd71b98a06 (patch) | |
tree | da1eb150bc647bb89c88e694d8714e5193738055 /sys/arch/arm32/doc/bootloader | |
parent | 00287be7e84692788588bfeb60508f1022602abb (diff) |
Initial import of arm32 port
Diffstat (limited to 'sys/arch/arm32/doc/bootloader')
-rw-r--r-- | sys/arch/arm32/doc/bootloader | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/arch/arm32/doc/bootloader b/sys/arch/arm32/doc/bootloader new file mode 100644 index 00000000000..4bab605b630 --- /dev/null +++ b/sys/arch/arm32/doc/bootloader @@ -0,0 +1,12 @@ +Currently the bootloader can only be built under RiscOS as this +is the platform which it runs on. A spark file version of the +bootloader source code is also available + +[ From boot/README ] +Ok, this is the bootloader source that can be used to boot NetBSD/arm32 +from RISCOS. This code was written for use with Norcroft C and +objasm under RISCOS. It has been modified to compile under NetBSD/arm32 +but is as yet untested. + +It is provided here for the moment as example code for a boot loader +and will be updated shortly to compile under NetBSD/arm32 |