cg-tg-rcore-tutorial-ch8 0.0.1

A reproducible Rust learning crate for the tg-rcore-tutorial chapter 8 kernel experiment, including threading, synchronization, framebuffer I/O, and a user-mode Doom demo path.
run:
	RUSTUP_TOOLCHAIN=stable cargo run

run-exercise:
	RUSTUP_TOOLCHAIN=stable cargo run --features exercise

check:
	RUSTUP_TOOLCHAIN=stable cargo check

build:
	RUSTUP_TOOLCHAIN=stable cargo build

test:
	bash ./test.sh all

package:
	RUSTUP_TOOLCHAIN=stable cargo package

publish-dry-run:
	RUSTUP_TOOLCHAIN=stable cargo publish --dry-run