axcpu 0.2.2

Privileged instruction and structure abstractions for various CPU architectures
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# axcpu

[![Crates.io](https://img.shields.io/crates/v/axcpu)](https://crates.io/crates/axcpu)
[![Docs.rs](https://docs.rs/axcpu/badge.svg)](https://docs.rs/axcpu)
[![CI](https://github.com/arceos-org/axcpu/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/arceos-org/axcpu/actions/workflows/ci.yml)

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