a hobby OS for x86_64 based on MikanOS.
- qemu-system-x86_86
- lld
- cargo
- cargo-make
Crates:
Nightly features:
asm
custom_test_frameworks
const_maybe_uninit_assume_init
$ cargo make build-disk
$ cargo make run # release mode
$ cargo make run-dev # dev mode
$ cargo make debug
and
$ cargo make gdb-attach
on another terminal.
$ cargo make test # without display
$ cargo make test-console # with display