LinLoader 0.20

Introduction

LinLoader is RISC OS command line program for booting Linux on Acorn RiscPCs (and hopefully later RISC OS systems), it does not provide a boot menu, or shut down the desktop. LinLoader is released under the GNU GPL and is © Timothy Baldwin and others.

Note that some links only work in the source distribution.

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.

Using LinLoader

Options

Short OptionLong OptionDescription
-k--kernelRISC OS filename of the kernel to be booted, if this option is omitted the first non-option argument is used as the kernel filename.
-i--initrdRISC OS filename of the initial ram disc (initrd) to be loaded, alternatively (for compatibility with LOADLIN) a initial ram disc may be specified by a argument beginning "initrd=".
-c--no-clearDo not clear the screen.
-q--quietDo not display banner.
-e--extra-argumentsPrompt for extra kernel arguments before clearing the screen or displaying the banner.
--dry-runDo a dry run, do not actually boot the kernel, but instead wait for a keypress, then exit. This is intended for testing LinLoader.
-h--helpShow help text.
--creditsShow credits.

Long options may be abbreviated provided they remain unique. If LinLoader is given an option of -- then all following arguments are not treated as options, this is useful if you want to pass an argument to the kernel which begins with -.

Examples

LOADLIN like options

By prefixing the arguments with -- LinLoader can be made to accept options like those of LOADLIN.

Building LinLoader

Currently to build LinLoader you need AS 1.30 2nd March 1999 or later and Acorn C.

Credits

Contacts

I (Timothy Baldwin) can be contacted at tim@reinhouse.freeserve.co.uk, LinLoader can be downloaded from http://www.reinhouse.freeserve.co.uk/riscos/linloader/