Crates.io | oro-sysabi |
lib.rs | oro-sysabi |
version | |
source | src |
created_at | 2024-11-18 23:08:23.220987 |
updated_at | 2024-11-18 23:08:23.220987 |
description | Low level system ABI bindings for the Oro Operating System |
homepage | https://oro.sh |
repository | https://github.com/oro-os/kernel |
max_upload_size | |
id | 1452728 |
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` |
size | 0 |
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.
For updated usage information, please refer to the crate documentation.
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.