Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 581 Bytes

File metadata and controls

14 lines (10 loc) · 581 Bytes

axcpu

Crates.io Docs.rs CI

This crate provides privileged instruction and structure abstractions for various CPU architectures. It is designed to implement the hardware abstraction layer of an operating system kernel.

Supported Architectures

  • x86_64
  • AArch64
  • RISC-V
  • LoongArch64