bootloader
bootloader copied to clipboard
An experimental pure-Rust x86 bootloader
In rustc 1.70.0-nightly (ab654863c 2023-03-15), bincode which is one of the dependencies of bootloader crate is not compiled because of internal compiler error. But, in rustc 1.69.0-nightly, it compiles fine.
Hello! As OS kernels are quite often particular about memory layout, GDT, IRQs, etc., they often choose to set these things up themselves and not rely on the bootloader. In...
Hi! I cannot get my test code to boot on virtual box. Just following message is displayed: `Booting (First stage)... No support for int13h extensions ` I assume this does...
a new head can not look understand this ,please tell me the true bootloader file is where,i will thank you so much!!!!
Is there any support for global allocator. Concatenating string slices is not feasible without heap allocator.
I'm attempting to migrate my kernel from v0.10.x of `bootloader`, and after switching to v0.11.x and running in QEMU, I see a panic in the BIOS bootloader's stage 2 code:...
I'm using the new bootloader+bootloader_api for my OS (huge fan, love how easy it is to use!), and currently banging my head on SMP. I was thinking a nice feature...
Hi, First I just want to say this is a great project and thanks for putting this out here. I have a question regarding the BIOS bootloader. If I am...
I migrated from 0.9.x to 0.11. The build works fine but tests are broken the old way. When testing teh kernel there is no executable, what I can understand. But...
Testing the UEFI boot on my Dell latitude E5510 (firmware A07) I discovered that bootloader will always triple fault, but not while booting with BIOS. After some testing I discovered...