projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc7feea
)
kernel-parameters.txt: document memmap option better
author
Pavel Machek
<
[email protected]
>
Mon, 24 Mar 2008 19:29:43 +0000
(12:29 -0700)
committer
Linus Torvalds
<
[email protected]
>
Tue, 25 Mar 2008 02:22:19 +0000
(19:22 -0700)
Provide example for memmap exclude option (it is slightly strange and
non-trivial) and provide nice small HOWTO for people with bad memory.
Signed-off-by: Jan-Simon Moeller <
[email protected]
>
Signed-off-by: Pavel Machek <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
Documentation/kernel-parameters.txt
patch
|
blob
|
history
diff --git
a/Documentation/kernel-parameters.txt
b/Documentation/kernel-parameters.txt
index 650b0d8aa89b7bde17ca17c1ee54ad37e57f7480..508e2a2c98644ad6c4ee70e59a33191af9af541e 100644
(file)
--- a/
Documentation/kernel-parameters.txt
+++ b/
Documentation/kernel-parameters.txt
@@
-1130,6
+1130,10
@@
and is between 256 and 4096 characters. It is defined in the file
memmap=nn[KMG]$ss[KMG]
[KNL,ACPI] Mark specific memory as reserved.
Region of memory to be used, from ss to ss+nn.
+ Example: Exclude memory from 0x18690000-0x1869ffff
+ memmap=64K$0x18690000
+ or
+ memmap=0x10000$0x18690000
meye.*= [HW] Set MotionEye Camera parameters
See Documentation/video4linux/meye.txt.