Thanks to visit codestin.com
Credit goes to github.com

Skip to content

kern-crates/polyhal

 
 

Repository files navigation

arch crate

A crate help you to write a os that support multiple platforms.

Wiki

Supported platforms

Platform Board
riscv64 qemu
x86_64 qemu
aarch64 qemu
loongarch64 qemu

Example

Here is an simple example in the example dir.

Run

# Run on riscv64
make ARCH=riscv64 example
# Run on x86_64
make ARCH=x86_64 example
# Run on aarch64
make ARCH=aarch64 example
# Run on loongarch64
make ARCH=loongarch64 example

Releases

No releases published

Packages

No packages published

Languages

  • Rust 93.5%
  • Assembly 4.8%
  • Makefile 1.3%
  • Other 0.4%