Re-exports§
pub use self::data::*;
pub use self::error::*;
pub use self::flag::*;
pub use self::io::*;
pub use self::number::*;
pub use call::*;
pub use scheme::*;
Modules§
- call
- Function definitions
- data
- Complex structures that are used for some system calls
- dirent
- error
- All errors that can be generated by a system call
- flag
- Flags used as an argument to many system calls
- io
- Functions for low level hardware control I/O functions
- number
- Call numbers used by each system call
- scheme
- schemev2
- V2 scheme format
- sigabi
- ABI for shared memory based signals
Macros§
Structs§
Constants§
- KERNEL_
METADATA_ SIZE - Size of the metadata region used to transfer information from the kernel to the bootstrapper.
- PAGE_
SIZE