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

This reverts commit b677633248.
This commit is contained in:
Drew 2025-05-08 00:33:58 -07:00
parent b51d5966d4
commit bddf26b645
16 changed files with 199 additions and 337 deletions

View file

@ -15,11 +15,4 @@ 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.
}