Name | Last Modified | Size | Type |
---|---|---|---|
../ | - | Directory | |
R-2.14.1.tar.gz | 2012-Feb-17 18:00:00 | 22.6M | application/x-gtar-compressed |
R-4.1.2.tar.gz | 2021-Nov-01 04:05:12 | 32.4M | application/x-gtar-compressed |
RFC-RFC822-Address-2009110702.tar.gz | 2013-Jun-07 13:26:58 | 6.5K | application/x-gtar-compressed |
RFC-RFC822-Address-2009110702.tar.lzma | 2011-Feb-26 18:00:00 | 6.0K | application/octet-stream |
RPi.GPIO-0.5.5.tar.gz | 2014-Apr-21 08:56:20 | 19.0K | application/x-gtar-compressed |
RRD-Simple-1.44.tar.gz | 2009-Jun-25 19:00:00 | 296.3K | application/x-gtar-compressed |
Remmina-v1.2.30.1.tar.gz | 2024-Sep-03 05:30:35 | 1.1M | application/x-gtar-compressed |
ReportLab_2_1.tgz | 2009-May-17 19:00:00 | 3.1M | application/x-gtar-compressed |
ReportLab_2_3.tar.gz | 2009-May-31 19:00:00 | 1.7M | application/x-gtar-compressed |
Rocrail-Act-1.2.6.tar.gz | 2009-Mar-21 19:00:00 | 3.9M | application/x-gtar-compressed |
Routes-1.10.3.tar.gz | 2009-Jul-29 19:00:00 | 51.3K | application/x-gtar-compressed |
Routes-1.12.3.tar.lzma | 2011-Feb-26 18:00:00 | 564.1K | application/octet-stream |
Routes-2.5.1.tar.gz | 2020-Oct-13 22:33:59 | 186.4K | application/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