Tags give the ability to mark specific points in history as being important
- Sort by
- Name
- Oldest updated
- Last updated
This project is mirrored from https://github.com/hermitcore/libhermit-rs.git.
Pull mirroring updated .
-
v0.3.9 published docker container 0.3.9
-
v0.3.10 Remove dependencies from original HermitCore linker, switch to rust-lld
-
v0.3.11 add pseudo workspace
-
v0.3.12 remove dependency to xargo
-
v0.3.13 extend README
-
v0.3.14 add link to the repository
-
v0.3.15 add support of the latest nightly toolchain
-
v0.3.16 remove compiler warnings, remobug in trampoline code
-
v0.3.18 support of the new memory allocator interface (see https://github.com/rust-lang/wg-allocators/issues/17)
-
v0.3.19 add support of the latest version of AllocRef
-
v0.3.20 add IO-APIC support for uhyve
-
v0.3.21 simplify PIC initialization
-
v0.3.22 add support of the new memory allocator interface
-
v0.3.23 remove deadlock during wakeup ipi
-
v0.3.24 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
-
v0.3.25 add check if a task with higher priority is available - wakeup handler checks if a task with higher priority is available - if yes the handler calls the scheduler
-
v0.3.26 separate stack for kernel / user space - introduce page guards to protect the stacks - remove compiler warnings - ensure CpuFrequency is never explicitly set to zero (PR #29)
-
v0.3.27 fix issue by determing the cpu frequency
-
v0.3.28 add basic virwqtio support