Marco Cicognani

Results 13 comments of Marco Cicognani

Sure! Then it could be a configurable feature like recursive or physical mapping

Hi @josephlr! Thanks for your answer, I completely agree with you! Yes, a rust wrapper for `syscall`/`sysret` will help a lot

Hi @HerrSpace These kind of errors happen because into SerenityOS code is discouraged the use of the `libstc++`, try use the LibAK instead

It could be cool if the file mapping uses the VFS layer page-cache to share pages, in order to reduce memory usage

That's cool man! Waiting for updates

To improve the performance of the scheduling and the waiting infrastructure is clever to keep the logic of the waiting state into the execution context of the blocked thread. I...

Even this could be a solution. The solution I proposed tries to simplify the Scheduler code and the way the waiting is handled. Different OS kernels use this solution. I...

I've already written the previous comment into the last merged pr, but I moved here too in order to keep in mind

Very good! So i keep this issue open as reminder for the future