File tree Expand file tree Collapse file tree 1 file changed +3
-17
lines changed
Expand file tree Collapse file tree 1 file changed +3
-17
lines changed Original file line number Diff line number Diff line change @@ -27,24 +27,10 @@ Kernel:
2727
2828# ###############################################################################
2929
30- ' @ifdef ' : RELEASE
3130NVRAM :
3231 Add :
32+ # Breakdown of used boot args:
33+ # `-legacy` (Force legacy 32-bit mode)
3334 7C436110-AB2A-4BBB-A880-FE41995C9F82 :
34- # Breakdown of used boot args:
35- # `-legacy` (Force legacy 32-bit mode)
35+ @append(" ")
3636 boot-args : String | "-legacy"
37- ' @endif ' :
38-
39- ' @ifdef ' : DEBUG
40- NVRAM :
41- Add :
42- 7C436110-AB2A-4BBB-A880-FE41995C9F82 :
43- # Breakdown of used boot args:
44- # `-v` (verbose mode)
45- # `debug=0x100` (debug mask; disables watchdog to avoid panic reboot)
46- # `keepsyms=1` (show panic log debug symbols)
47- # `msgbuf=1048576` (Resizes kernel msg buffer to 1 MB; avoids truncation)
48- # `-legacy` (Force legacy 32-bit mode)
49- boot-args : String | "-v debug=0x100 keepsyms=1 msgbuf=1048576 -legacy"
50- ' @endif ' :
You can’t perform that action at this time.
0 commit comments