mirror of
https://github.com/MintCN/linux-insides-zh.git
synced 2026-04-24 18:50:42 +08:00
Update Booting/linux-bootstrap-2.md
This commit is contained in:
@@ -251,7 +251,7 @@ memcpy(&boot_params.hdr, &hdr, sizeof hdr);
|
||||
* serial,ttyS0,115200
|
||||
* ttyS0,115200
|
||||
|
||||
当串口初始化成功之后,我们将看到如下的输出如果命令行参数包含`debug`选项。
|
||||
当串口初始化成功之后,如果命令行参数包含`debug`选项,我们将看到如下的输出。
|
||||
|
||||
```C
|
||||
if (cmdline_find_option_bool("debug"))
|
||||
|
||||
Reference in New Issue
Block a user