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/boot/README | |
parent | 00287be7e84692788588bfeb60508f1022602abb (diff) |
Initial import of arm32 port
Diffstat (limited to 'sys/arch/arm32/boot/README')
-rw-r--r-- | sys/arch/arm32/boot/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/arch/arm32/boot/README b/sys/arch/arm32/boot/README new file mode 100644 index 00000000000..27aa4846887 --- /dev/null +++ b/sys/arch/arm32/boot/README @@ -0,0 +1,7 @@ +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 |