Subject: CVS commit: syssrc/sys/arch/acorn26/stand/boot26
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 06/14/2002 01:30:23
Module Name:	syssrc
Committed By:	bjh21
Date:		Thu Jun 13 22:30:23 UTC 2002

Modified Files:
	syssrc/sys/arch/acorn26/stand/boot26: rmheader.S version

Log Message:
Change the entry pointer of the module from an offset to a branch instruction.
This allows us to *Load boot26 at 0x8000 and then use *Go to run it.
This might be useful because we can't currently set the RISC OS filetype
for files on CDs, so they all end up being 0xffd (Data), and *RMLoad only
works for files of type 0xffa (Module), so we need some other way of loading
boot26.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/acorn26/stand/boot26/rmheader.S
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/acorn26/stand/boot26/version

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.