Philipp Oppermann

Results 395 comments of Philipp Oppermann

Thanks a lot for this effort! The changes look all good to me. It sounds like you're planning to add more commits? Just let me know when this is ready...

Thanks a lot for all your work! I'm still reviewing your changes, but what I've seen so far looks very good.

Could you do a `cargo clean` and then try again?

The `post-03` code has a `.cargo/config.toml` file that enables cargo's `build-std` feature, so `cargo-xbuild` is no longer needed. Could you try to run just `cargo build`?

Great to hear that! > please update the documentation. Which documentation do you mean? The [Readme in the `post-03` branch](https://github.com/phil-opp/blog_os/tree/post-03#building) already describes the build process using `cargo build` and the...

There is no formal process for adding a translator. You can just create a new translation and open a pull request, then we look for someone else that also speaks...

Thanks for the suggestion and for offering to help! Right now, the main blocker is that I'm still not satisfied with the new build system. In its current state, we...

Thanks a lot for looking into this!

Thanks for opening this issue and sorry for not replying earlier. I agree that we should use the latest `bootloader` version for the blog, I just didn't have the time...