bootimage
bootimage copied to clipboard
Tool to create bootable disk images from a Rust OS kernel.
In the README of `bootimage`, it says that a custom `bootloader` is supported, but reading the linked page does not really clear up what should be done to do this....
Currently the error message is just "No such file or directory (os error 2)" when QEMU isn't installed.
Thank you for the great tool. Currently, it allows us to create the main bootable image of the kernel but doesn't have too much of empty space left for other...
`cargo run --quiet` works fine, but when I try to run `cargo test --quiet`, qemu gives the error `qemu-system-x86_64: --quiet: invalid option`
I was following the OS tutorial, and ran into an issue when using `cargo bootimage`. ``` → cargo bootimage --target ./x64_86-darkos.json Building kernel Compiling compiler_builtins v0.1.105 Compiling core v0.0.0 (C:\Users\ticta\.rustup\toolchains\nightly-x86_64-pc-windows-msvc\lib\rustlib\src\rust\library\core)...
Hi, I saw in "run.rs" and "args/runners.rs" that there is a quiet argument which silences the "Running: ......" console output - which is exactly what I'd like to do. Now...
Hello everyone, I saw some issues regarding this. And i self had also some trouble getting this to work. To boot on real hardware make sure you have LEGACY booting...
i want to use my kernel in grub but it doesn't have a multiboot header. how do i do this?
Here's the error ``` Error: An error occured while trying to build the bootloader: The `bootloader` dependency has not the right format: No `package.metadata.bootloader.target` key found in Cargo.toml of bootloader...