Expand description
This provides raw methods for internal kernel usage for the Aphrodite kernel. See aphrodite_user for userspace.
Modules§
- The main code for the kernel.
- Arch-specific code.
- General bootloader-independent stuff.
- Types, constants and traits for displaying text. Mostly implemented in arch/.
- Definitions of structs for multiboot2 information. Mostly used during pre-userspace.
- Architecture-independent output functions.
- PC Screen Font stuff
Structs§
- An error used by aphrodite
Functions§
- Converts an i16 to an [u8; 6].
- Converts an u8 to an [u8; 3].
- Converts an u32 to an [u8; 10].
- Converts an u64 to an [u8; 10].
- Converts an usize(32 or 64 bit) to an [u8; 10].