somehal 0.8.2

SomeHAL: A hardware abstraction layer for kernel development.
Documentation
1
2
3
4
5
6
7
use axtest::prelude::*;

#[cfg(target_arch = "x86_64")]
#[axtest]
fn somehal_x86_64_constants_hold() {
    ax_assert!(crate::arch::x86_64::somehal_x86_64_constants_hold_for_test());
}