Philipp Oppermann

Results 676 comments of Philipp Oppermann

Thanks for the updates! I left some suggestions, otherwise these changes look good to me. However, I still think that we need to ensure that we don't use the first...

@jasoncouture Friendly ping :). What's the status of this?

Thanks for reporting! I fixed it in commit [ce01059](https://github.com/phil-opp/blog_os/commit/ce010596206ea2bab9c4a89ee28f2b4d66117a3c). Feel free to just send a PR for such changes in the future. You can easily do this through GitHub's web...

I don't have much experience with VMware, so I can't help with the details unfortunately. It should work in general though.

Sounds reasonable to me!

I don't have plans to port the crate to other CPU architectures right now, but I would like to see this as well! As far as I know, @tsoutsman is...

> - Respecting the load address of the kernel segments Interesting, so you load the kernel directly at the physical address specified in the ELF file? What happens if that...

I'm fine with merging a simple ramdisk first since this is a commonly used feature. We can generalize this to a set of multiple files/modules later if needed.

Please try running the `cargo install` command from a different directory, e.g. your home directory.

`cargo install` should always build for your host system, not for the custom target. Did you perhaps set the default target in your `$HOME/.cargo/config` instead of a `path/to/your/project/.cargo/config` file? In...