Skip to content

Instantly share code, notes, and snippets.

@kimhoki
kimhoki / module_param.md
Last active December 6, 2020 16:56
[Device Driver] param , PARM, 커널 모듈 매개 변수 매크로

module_param_named, 커널 모듈 매개 변수 매크로

모듈 매개 변수 지정 방법:

#include:

#include <linux/moduleparam.h>
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active June 9, 2025 07:52
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname