0.5.0
Highlights
- lib: riscv64: use RISC-V SBI 2.0 ratified DBCN write instead of deprecated legacy console write by @luojia65 in #306
- build(deps): bump hermit-entry from 0.9.10 to 0.10.0 by @mkroening in #326
- Uhyve now requires applications to use
hermit = "0.9.0"
- Uhyve now requires applications to use
What's Changed
- use from_{ref,mut} to eliminate casts to pointers by @cagatay-y in #272
- build(deps): update hermit-entry to 0.9.10 by @mkroening in #305
- ci: upgrade OpenSBI to version 1.4 by @mkroening in #312
- fix: clippy by @mkroening in #319
- fix(xtask): disambiguate distribution names by @mkroening in #320
- fix: rename
kernel_{start,end}
toloader_{start,end}
by @mkroening in #323 - feat: modularize console implementation for late UEFI output by @mkroening in #324
New Contributors
Full Changelog: v0.4.6...v0.5.0