Tom Dohrmann
Tom Dohrmann
> I'm confused. The minimum was 15, and that was causing the "device or resource busy" errors. Wouldn't setting the value higher than 15 make the problem worse? The maximum...
We could load the file in long mode, extract the frame buffer configuration, drop down to real mode, do the VBE calls, and switch back to long mode.
Thank you for your contribution! > There is currently no way to create an instance of idt::ExceptionVector having an interrupt number. At the same time it would be convenient for...
I rebased this PR onto the lastest master branch to fix CI.
The CI failures are unrelated to this PR. I created a fix in #507. I'll restart auto-merge once #507 (or an alternative) is merged. I apologize for the delays.
#507 was merged. I rebased this PR onto master to fix CI.
I think there's a misunderstanding here: `PhysAddr` is a type used for physical addresses, not the virtual addresses of mappings of physical memory, these should use `VirtAddr`.
> fixed at [#560](https://github.com/rust-osdev/x86_64/pull/560) This will need to be fixed in rustc, not this crate.
Blocked on https://github.com/nrc/xmas-elf/pull/87.
Thank you for your contribution! I'm not sure if we should adopt this example: This example goes way beyond what's needed to get started in setting up a small kernel...