summaryrefslogtreecommitdiff
path: root/kernel-devel/linux-mm-basics/pres_linux-mm-basics_en.tex
AgeCommit message (Collapse)Author
2019-03-28linux-mm-basics: increase stack sizeJohn Ogness
The example shows a prefaulted stack size of 8KB, which is pretty small. Set it up to 64KB, which is a bit mor realistic. Also, remove the pointless "return" at the end of that function. Signed-off-by: John Ogness <john.ogness@linutronix.de>
2019-02-28linux-mm-basics: show the ulimit -s helpJohn Ogness
The stack size is also an important parameter for memory. Show it as well. Signed-off-by: John Ogness <john.ogness@linutronix.de>
2018-02-20linux-mm-basics: fix spelling errorJohn Ogness
Chunks, not junks. Signed-off-by: John Ogness <john.ogness@linutronix.de>
2011-01-26added kernel develManuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2010-10-17mv mm-basics to kernel-develManuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>