Skip to content

Commit 9c88a9c

Browse files
Wasabi375Freax13
andauthored
Update api/src/config.rs
Co-authored-by: Tom Dohrmann <[email protected]>
1 parent bea4ab3 commit 9c88a9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/src/config.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -379,8 +379,8 @@ pub struct Mappings {
379379
pub kernel_stack: Mapping,
380380
/// Configures the base address of the kernel.
381381
///
382-
/// If a fixed address is set, it must be paged aligned and requires the kernel to
383-
/// be a position-independent exectuable.
382+
/// If a fixed address is set, it must be paged aligned and the kernel must be
383+
/// a position-independent exectuable.
384384
pub kernel_code: Mapping,
385385
/// Specifies where the [`crate::BootInfo`] struct should be placed in virtual memory.
386386
pub boot_info: Mapping,

0 commit comments

Comments
 (0)