Expand description
The constant
module defines several parameters for the kernel.
Constants
- The clock frequency of the system, in Hz.
- The size of the kernel heap, in bytes.
- The memory limit for the kernel, in bytes.
- The size of a page in memory, in bytes.
- The number of bits needed to represent a page size.
- The address of the trampoline page, which is used for switching between user and kernel space.
- The base address of the trap context.
- The size of the user stack, in bytes.