You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Redesigning the Cmdline crate to be able to handle boot args and
init args properly. The Cmdline struct now contains two strings
which will store the boot args and init args separately. When
the kernel command line is needed, we join those to strings,
adding a ' -- ' delimiter between them.
Signed-off-by: Traistaru Andrei Cristian <[email protected]>
0 commit comments