NetBSD/sys/arch/acorn26/stand/boot26
bjh21 ae07cdce27 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.
2002-06-13 22:30:22 +00:00
..
Makefile
boot26.c
rmheader.S Change the entry pointer of the module from an offset to a branch instruction. 2002-06-13 22:30:22 +00:00
start.S
version Change the entry pointer of the module from an offset to a branch instruction. 2002-06-13 22:30:22 +00:00