Expand description
JAVM guest personality โ the javm-cap state/cap system plugged into the
generic nub guest kernel (nub_arch_x86). Three binary targets link
against this lib: javm-guest-x86 (production), javm-guest-x86-tests,
javm-guest-x86-benches. The production guest-function table is stamped
in guest_prod via nub_arch_x86::register_guest_kernel!.
Host-visible surface: only test_abi (fn_id constants for the
test/bench bins); everything else is cfg(target_os = "none").
Modulesยง
- test_
abi - Javm-private test fn_ids (band >= 0x100). Always compiled โ host-visible. Javm-private FN_ID constants for the test guest binary.