[Zion][Yellowstone] First pass at adding PCI ioport access.

This commit is contained in:
Drew Galbraith 2025-05-07 01:44:09 -07:00
parent f2c2cff98a
commit b677633248
16 changed files with 337 additions and 199 deletions

View file

@ -15,4 +15,11 @@ fn main() {
curr_directory.to_str().unwrap()
);
println!("cargo:rustc-link-lib=zion_stub");
// Trying to recreate bindings?
// Run the following commands
// gcc -E zion/include/zcall.h > /tmp/expanded.h
// bindgen --verbose --use-core --no-layout-tests /tmp/expanded.h -o rust/lib/mammoth/src/bindings.rs -- -x c++
//
// Then go fix the ThreadExit struct.
}