Philipp Oppermann

Results 676 comments of Philipp Oppermann

Yeah, this happens in the bootloader before your kernel is even loaded. I don't have much experience with VirtualBox, but the [int 13h](https://en.wikipedia.org/wiki/INT_13H) extensions are normally well-supported on modern (virtual)...

Interesting, thanks for looking into this! > identified that `future::executor::block_on` spawn a new thread pool which is very slow Are you sure that this is what happens? I just took...

This needs a rebase to resolve the conflicts and remove the commits of the drain PR.

Thanks for reporting! I'm not sure what's going wrong here yet. Do you have your code online somewhere so that I can do some debugging?

I'm not sure if this is the best approach to empty the queues. How about we instead add a `try_recv` method that doesn't block or awaits anything? So it behaves...

I just opened https://github.com/dora-rs/dora/pull/1185 to provied a simpler `drain` method based on `try_recv`.

This error looks like a version mismatch between the CLI and coordinator. Are you sure that the `dora coordinator` version is also v0.3.13? Does the same error happen when you...

Let's close this for now until we're able to reproduce this again. Just let us know in case it happens again @LeonRust , then we reopen this issue.

Good idea! I never tried going back to real mode from long mode though, so I'm not sure if it will work.

Looks great, thanks! Let me know when this is ready for a detailed review.