Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.7.0 source code.tar.gz | 2024-04-11 | 294.4 kB | |
0.7.0 source code.zip | 2024-04-11 | 383.4 kB | |
README.md | 2024-04-11 | 2.2 kB | |
Totals: 3 Items | 680.0 kB | 0 |
Highlights
- Detect memory from fdt by @duanyu-yu in https://github.com/hermit-os/kernel/pull/1074
- fuse: reduce copying and handle errors by @cagatay-y in https://github.com/hermit-os/kernel/pull/1084
- build(deps): bump hermit-entry from 0.9.10 to 0.10.0 by @mkroening in https://github.com/hermit-os/kernel/pull/1132
- Hermit now requires at least the Hermit loader
v0.5.0
or Uhyvev0.3.0
What's Changed
- Use a trait for the common Virtq interface by @cagatay-y in https://github.com/hermit-os/kernel/pull/1053
- improve compatibility to the BSD socket layer by @stlankes in https://github.com/hermit-os/kernel/pull/1085
- remove obsolete code by @stlankes in https://github.com/hermit-os/kernel/pull/1086
- ignore unsupported kernel flags by @stlankes in https://github.com/hermit-os/kernel/pull/1094
- add option to start a simple shell as async task by @stlankes in https://github.com/hermit-os/kernel/pull/1096
- introduce feature flag
nostd
to boot the kernel withoutstd
by @stlankes in https://github.com/hermit-os/kernel/pull/1098 - feat: implement system calls with attribute proc macro by @mkroening in https://github.com/hermit-os/kernel/pull/1105
- fix(fuse): fix fat pointer metadata by @mkroening in https://github.com/hermit-os/kernel/pull/1112
- fuse: fix incorrect len field in command headers by @cagatay-y in https://github.com/hermit-os/kernel/pull/1113
- feat(shutdown): always try qemu debug exit for error codes by @mkroening in https://github.com/hermit-os/kernel/pull/1119
- feat: align Uhyve mount path to virtiofsd by @mkroening in https://github.com/hermit-os/kernel/pull/1120
- fix(riscv64): make time stubbing warning less noisy by @mkroening in https://github.com/hermit-os/kernel/pull/1131
- refactor: make platform matches non-exhaustive by @mkroening in https://github.com/hermit-os/kernel/pull/1133
New Contributors
- @duanyu-yu made their first contribution in https://github.com/hermit-os/kernel/pull/1074
Full Changelog: https://github.com/hermit-os/kernel/compare/v0.6.9...v0.7.0