octox
octox copied to clipboard
Unix-like OS in Rust inspired by xv6-riscv
This pull request is to propose a minor change on how the scheduler works. This PR should resolve #8 in which CPU utilization is high when running in QEMU. This...
Hi there! good work! There still are some rough edges. The most prominent is: Octox running in qemu consumes 400% cpu time. This makes examining Octox very hard on a...
As of recent rust nightlies, I get: ``` cargo run --target riscv64gc-unknown-none-elf Compiling octox v0.1.0 (/home/anholt/src/octox) warning: the feature `asm_const` has been stable since 1.82.0 and no longer requires an...