-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
54 lines (37 loc) · 1.65 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Linloader 0.40
~~~~~~~~~~~~~~
Linloader is RISC OS command line program for booting Linux on Acorn
RiscPCs, RiscStations, Bush STBs and Castle's Iyonix. It does not provide a
boot menu, or shut down the desktop. Linloader is released under the GNU GPL,
see the file Docs.GPL/txt and is © Timothy Baldwin and others.
Full documentation can be found in the Docs directory.
These sources have been modified to use a modern OSLib distribution
They require a Norcroft linked zlib, source for which can be obtained
from: http://www.kyllikki.org
This is broken for Bush STB in that they assume an 8MB memory SIMM and
pass values to ARM Linux accordingly.
Versions
~~~~~~~~
*** 2012 note: LinLoader is currently unmaintained ***
Versions:
0.20, 0.30, 0.35: Original Risc PC version
0.35a: Patched for Bush STB/RiscStation by Vincent Sanders
Linloader is now maintained by Vincent Sanders, taking the original
0.35 version and updating it for RiscStation support, as well
as improving comments.
0.40: Iyonix support added by Peter Naulls
Peter Naulls added support for Castle's Iyonix, and cleaned the
code up, and added more comments.
Disclaimer
~~~~~~~~~~
Linloader is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Availability
~~~~~~~~~~~~
The original Linloader can be downloaded from :
http://www.reinhouse.freeserve.co.uk/riscos/linloader/
A later modified version is available from
http://www.kyllikki.org/software/ro-ports/releases/
Source code resides at:
https://github.com/caliston/linloader