We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abb78f1 commit 9b16583Copy full SHA for 9b16583
src/arch/src/x86_64/layout.rs
@@ -12,8 +12,8 @@ pub const BOOT_STACK_POINTER: u64 = 0x8ff0;
12
13
/// Kernel command line start address.
14
pub const CMDLINE_START: u64 = 0x20000;
15
-/// Kernel command line start address maximum size.
16
-pub const CMDLINE_MAX_SIZE: usize = 0x10000;
+/// Kernel command line maximum size.
+pub const CMDLINE_MAX_SIZE: usize = 2048;
17
18
/// Start of the high memory.
19
pub const HIMEM_START: u64 = 0x0010_0000; // 1 MB.
0 commit comments