wok diff linld/stuff/linld.txt @ rev 20256
Add tlp
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Mar 13 23:01:20 2018 +0100 (2018-03-13) |
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 Tue Mar 13 23:01:20 2018 +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"