oro-sysabi

Crates.iooro-sysabi
lib.rsoro-sysabi
version
sourcesrc
created_at2024-11-18 23:08:23.220987
updated_at2024-11-18 23:08:23.220987
descriptionLow level system ABI bindings for the Oro Operating System
homepagehttps://oro.sh
repositoryhttps://github.com/oro-os/kernel
max_upload_size
id1452728
Cargo.toml error:TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Josh Junon (Qix-)

documentation

README

Oro System ABI Low Level Bindings

This crate houses the Oro kernel sysabi data structures, which are used to interact with the Oro kernel from user space.

This crate is intended to be consumed only as a low-level interface to interacting with the Oro system ABI ("sysabi"), which provides pointers to in-memory Ring and Port information provided to Module Instances.

Usage

For updated usage information, please refer to the crate documentation.

License

This crate is Copyright © 2024 by Joshua Lee Junon and is released under either the MIT or the Apache 2.0 license, at the user's discretion.

Part of the Oro Operating System project.

Commit count: 520

cargo fmt