Skip to content

linux-loader-v0.13.1

Latest
Compare
Choose a tag to compare
@ShadowCurse ShadowCurse released this 10 Oct 15:35

Changelog

[v0.13.1]

Changed

  • [#148] Fixing kernel commandline parameter validation
    This change allows parameter values containing spaces in the middle, provided they are enclosed in quotes. However,
    strings with quotes in the middle will no longer be accepted as valid parameter values.
  • [#205] Make image header for ARM and RISC-V public
    Kernel headers for ARM and RISC-V are made public to be used in a fw_cfg
    implementation that reads the kernel header.