Carlos Bilbao
Carlos Bilbao
Just had a quick lock at the scheduler, but seems to be a FIFO? Would be cool to add CFS
A look at [this](https://github.com/AMDESE/linux-svsm/blob/main/src/mem/alloc.rs) may help.
Same question here.
I'm also facing that compilation error. Could you please tell me, @cclaudio what version of libssl-dev are you using?
Thanks @arkivm, we had cloned the submodules and I saw `external/openssl/libcrypto.a`. I suspect a compatibility issue between the versions of OpenSSL, because you're using an older version than recent Ubuntus...
I'm completely in favor of switching to standard Rust. Besides the reasons already mentioned, we are missing out on crates that don't offer an `#![no_std]` alternative. Let's leave this issue...
- [ ] `abi_x86_interrupt` [Tracking issue](https://github.com/rust-lang/rust/issues/40180) - [ ] `alloc_error_handler` [Tracking issue](https://github.com/rust-lang/rust/issues/51540) - [x] Usage of unstable `core::intrinsics::size_of`