Index of /slitaz/sources/packages/R/

NameLast ModifiedSizeType
../ -  Directory
R-2.14.1.tar.gz2012-Feb-17 18:00:0022.6Mapplication/x-gtar-compressed
R-4.1.2.tar.gz2021-Nov-01 04:05:1232.4Mapplication/x-gtar-compressed
RFC-RFC822-Address-2009110702.tar.gz2013-Jun-07 13:26:586.5Kapplication/x-gtar-compressed
RFC-RFC822-Address-2009110702.tar.lzma2011-Feb-26 18:00:006.0Kapplication/octet-stream
RPi.GPIO-0.5.5.tar.gz2014-Apr-21 08:56:2019.0Kapplication/x-gtar-compressed
RRD-Simple-1.44.tar.gz2009-Jun-25 19:00:00296.3Kapplication/x-gtar-compressed
ReportLab_2_1.tgz2009-May-17 19:00:003.1Mapplication/x-gtar-compressed
ReportLab_2_3.tar.gz2009-May-31 19:00:001.7Mapplication/x-gtar-compressed
Rocrail-Act-1.2.6.tar.gz2009-Mar-21 19:00:003.9Mapplication/x-gtar-compressed
Routes-1.10.3.tar.gz2009-Jul-29 19:00:0051.3Kapplication/x-gtar-compressed
Routes-1.12.3.tar.lzma2011-Feb-26 18:00:00564.1Kapplication/octet-stream
Routes-2.5.1.tar.gz2020-Oct-13 22:33:59186.4Kapplication/x-gtar-compressed
Linld 0.97

Linld is a Linux loader for DOS. I wrote it when loadlin failed to load newer
kernel for me and I found loadlin source to bee too big and complex to fix.

So I just wrote a repacement.

Build instructions
------------------
You need a DOS/Windows machine. Download linld097devel.tar.bz2,
unpack it, cd DIST/LINLD097 and run !COMPILE.BAT

Usage
-----

LINLD [image=<file>] [initrd=<file>] [vga=vgamode] [cl=<kernel cmdline>]
vgamode: ask,extended,normal or dec/oct/hex number
Defaults:
        image=bzImage
        initrd=(nothing)
        cl=auto
        vga=0
Use quotes: "cl=..." if you need spaces in cmdline
Use cl=@filename to take cmdline from file

Acknowledgements
----------------
Lots of code was borrowed from loadlin source
(author of loadlin is Hans Lermen <lermen@elserv.ffm.fgan.de>).
Some code from linux kernel (setup.S) was used too.
Thank you guys!

Changelog
---------
0.91    Added support for cl=@filename
0.92    VCPI voodoo magic: booting under EMM386 and foes :-)
0.93    Cleanup. cl=@filename: cr/lf will be converted to two spaces
0.94    Ugly workaround for DOS int 15 fn 88 breakage
0.95    Bug squashed: vga=NNN did not like dec numbers, oct/hex only
        Some VCPI comments added
0.96    Do not lowercase entire command line
0.97    memtop() must be rounded down to page boundary
lighttpd/1.4.53