aaca99e Remove tasks, kapi/kapi-proc, and builder task support
~ren pushed to ~ren/polymorphos git
The latest Rust version that polymorphOS has been tested with is nightly-2020-05-07.
To install prerequisites:
$ rustup component add rust-src llvm-tools-preview
$ cargo install cargo-xbuild bootimage
To build:
$ # Generate build config for amd64
$ cargo run -p polymorph-builder -- gen-config amd64
$ # Build the kernel
$ cargo run -p polymorph-builder -- build
$ # Run the built kernel in QEMU
$ cargo run -p polymorph-builder -- run
polymorphOS is licensed under the MIT License.
You can find this license in the LICENSE file in the top level of this
repository.