This project is mirrored from https://github.com/hermit-os/kernel.git.
Pull mirroring updated .
-
-
v0.3.35496d138f · ·
improve performace, revise network interface - reduce the FPU interrupts - revise network interface to impove the performance - safer allocation/deallocation of the stack - activate LTO support
-
-
-
v0.3.328a059378 · ·
minor improvements - revise frequency detection - remove dependency to lazy_static - introduce CachePadded to avoid false sharing - perform cargo-audit for crates with security vulnerabilities - increase UTF-8 support
-
-
v0.3.30f7906736 · ·
remove deadlock, define log level at compile time - extend pipeline to test the kernel (#40) - remove deadlock in the implementation of conditional variables - add option to set LevelFilter at compile time (#53)
-
v0.3.24b381e551 · ·
completly revision of the scheduler - lockless scheduling on a local core - only the communication between cores is realized with protected cores - cores use inter-processor-interrupts to trigger a queue check - introduce a type to handle the CoreId => increase the readability of the code