bootloader
bootloader copied to clipboard
[Help] Can I build and test it on a VM?
I'm a complete beginner to the project, is there any documentation to get started with the project that possibly covers everything from scratch? My aim is to be able to build and run the bootloader in a virtualized environment. Thanks
Take a look at the test framework example, which shows how to use QEMU to emulate a machine that runs this bootloader.
Note that I'm currently working on a new version of the crate in #232, which should simplify the build system and make things more approachable. I plan to write some more detailed docs too.