Skip to main content

nub_flat_guest_x86/
test_abi.rs

1//! Flat-private FN_ID constants.
2//!
3//! Band policy: the nub substrate owns fn_id space `[0, 0x100)`
4//! (production ids in `nub-arch-x86-abi`, generic probes in
5//! `nub_arch_x86::test_abi`); each personality owns `[0x100, ...)`.
6//!
7//! The flat personality has no private probes yet — the generic
8//! substrate ones are enough to exercise it — so this module exists to
9//! document the band and give the next probe an obvious home.
10
11/// First id available to this personality.
12pub const FN_ID_FLAT_BASE: u32 = 0x100;