wok diff linld/stuff/linld.txt @ rev 21639

procps-3.2.8 recompiled (ncurses-6.1)
author Hans-G?nter Theisgen
date Wed May 29 16:50:51 2019 +0100 (2019-05-29)
parents b939fa61b2b0
children e93e6b4d565f
line diff
     1.1 --- a/linld/stuff/linld.txt	Thu Mar 17 18:09:16 2011 +0000
     1.2 +++ b/linld/stuff/linld.txt	Wed May 29 16:50:51 2019 +0100
     1.3 @@ -40,3 +40,17 @@
     1.4          Some VCPI comments added
     1.5  0.96    Do not lowercase entire command line
     1.6  0.97    memtop() must be rounded down to page boundary
     1.7 +
     1.8 +SliTaz patches
     1.9 +--------------
    1.10 +New command line arguments:
    1.11 +-f		force. Do not ask memory manager for allocation
    1.12 +-b base		lower buffer address, default 1088k
    1.13 +root number	root filesystem device
    1.14 +mem number	higher memory address, default 256m
    1.15 +
    1.16 +Every arguments can be stored in a separate file and load with @filename, i.e
    1.17 +> linld @args.cmd
    1.18 +
    1.19 +The -f and -b are useful skip XMM (max 64M ?) and VCPI (max 32M ?) limits:
    1.20 +> linld -f -b 64m initrd=rootfs4.gz,rootfs3.gz,rootfs2.gz,rootfs1.gz "cl=rw root=/dev/null video=-32"