rust-osdev / bootimage

Tool to create bootable disk images from a Rust OS kernel.
Apache License 2.0
767 stars 67 forks source link

Rewrite: Remove support for `bootimage {run, test}` #55

Closed phil-opp closed 4 years ago

phil-opp commented 4 years ago

This pull request rewrites the bootimage crate almost completely. The most notable changes are:

Migration

Users of bootimage run should switch to the runner-based API provided by the bootimage runner sucommand as described here. Instead of bootimage test, custom test frameworks should be used together with cargo xtest. Instead of using the default-target config key, setting a default target is possible through a build.target key in a .cargo/config file.


Fixes #54

phil-opp commented 4 years ago

Published as version 0.8.0