ae07cdce27
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.
16 lines
620 B
Plaintext
16 lines
620 B
Plaintext
$NetBSD: version,v 1.4 2002/06/13 22:30:22 bjh21 Exp $
|
|
|
|
0.90: Experimental C version
|
|
0.91: General cleanup
|
|
1.0: loadfile() update: ELF symbols no longer need backward seeks.
|
|
1.1: Now wrapped in a relocatable module.
|
|
1.2: *boot26 available after loading module.
|
|
1.3: loadfile() update to avoid backwards seeks for ELF Program Headers.
|
|
1.4: get_page() abstracted.
|
|
1.5: bump HIMEM to 0x28000 so .gz kernels work on 16 MB machines
|
|
#1.6: reserved for 1.6 branch
|
|
#1.7: reserved for 1.6 branch
|
|
#1.8: reserved for 1.6 branch
|
|
#1.9: reserved for 1.6 branch
|
|
1.10: make start offset into a branch so we can be *Load'ed and *Go'ne
|