maestro
maestro copied to clipboard
Unix-like kernel written in Rust
Implementation of integration tests in the CI using [maestro-test](https://github.com/maestro-os/maestro-test)
Never found any other place to ask this question: Is Maestro is a Real-Time or a non Real-Time kernel?
Implementation of the *long mode* to support the `x86_64` architecture
There is a multiply with overflow problem in kernel/src/syscall/munmap.rs, `munmap()`, Maestro. The `div_ceil()` rounds the result towards positive infinity. As a result, when user calls munmap with large `length` (i.e.,...