We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bea4ab3 commit 9c88a9cCopy full SHA for 9c88a9c
api/src/config.rs
@@ -379,8 +379,8 @@ pub struct Mappings {
379
pub kernel_stack: Mapping,
380
/// Configures the base address of the kernel.
381
///
382
- /// If a fixed address is set, it must be paged aligned and requires the kernel to
383
- /// be a position-independent exectuable.
+ /// If a fixed address is set, it must be paged aligned and the kernel must be
+ /// a position-independent exectuable.
384
pub kernel_code: Mapping,
385
/// Specifies where the [`crate::BootInfo`] struct should be placed in virtual memory.
386
pub boot_info: Mapping,
0 commit comments