Linux Kernel Cmdline参数解析 Posted on 2017-05-23 Edited on 2023-07-05 In Linux Views: Symbols count in article: 324 Reading time ≈ 1 mins. __setup 这条宏在Linux Kernel 中使用最多的地方就是定义处理 Kernel 的启动参数的函数及数据结构 __setup例如: __setup("nfsroot=", nfs_root_setup); __setup("fbcon=", fb_console_setup); __setup("max_loop=", max_loop_setup); __setup("synopGMAC=", options_setup); Ref linux kernel的cmdline參数解析原理分析 Linux __setup解析 The kernel’s command-line parameters