Skip to content

linux-loader-v0.7.0

Compare
Choose a tag to compare
@alxiord alxiord released this 21 Oct 08:37
· 93 commits to main since this release

Added

  • Added insert_init_args method allowing insertion of init arguments into Cmdline.

Changed

  • Removed InvalidDevice error type (it wasn't used anywhere).
  • Replaced From with TryFrom<Cmdline> for Vec<u8> to be able
    to propagate errors returned by as_cstring when converting a Cmdline to Vec<u8>.
  • Support added for both boot and init arguments in try_from.
  • Changed new to return Result for invalid command line capacity handling.