Philipp Oppermann

Results 395 comments of Philipp Oppermann

Thanks for reporting! Not sure what could cause this, but I'll try to reproduce this when I have some time.

Thanks for raising this issue! You're right that the `cargo test` approach used with `bootloader v0.9` does no longer work. Unfortunately, I haven't implemented a good alternative yet. Given that...

We now have some [migration guides](https://github.com/rust-osdev/bootloader/tree/main/docs/migration) that explain how to switch from VGA text mode to a framebuffer.

There is a new PR that implements something similar: https://github.com/rust-osdev/bootloader/pull/346

We now create a proper FAT partition for booting. Does this issue still occur with `v0.11`?

I think this is answered.

Looks like the issue was solved, so I think we can close this PR.

Looks like this PR fell off my raday, sorry! With https://github.com/rust-osdev/bootloader/pull/232 merged, the `stage_3.s` assembly file no longer exists, so i think we can close this PR.

The `bootimage` crate is no longer used with `v0.10` and `v0.11` of the bootloader. See also our migration guides: https://github.com/rust-osdev/bootloader/tree/main/docs/migration