bootloader icon indicating copy to clipboard operation
bootloader copied to clipboard

[Help] Can I build and test it on a VM?

Open saki-osive opened this issue 4 years ago • 2 comments

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

saki-osive avatar Oct 31 '21 10:10 saki-osive

Take a look at the test framework example, which shows how to use QEMU to emulate a machine that runs this bootloader.

michalusio avatar Apr 22 '22 15:04 michalusio

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.

phil-opp avatar Apr 24 '22 12:04 phil-opp