// Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 /// Kernel command line start address. pub const CMDLINE_START: usize = 0x0; /// Kernel command line start address maximum size. pub const CMDLINE_MAX_SIZE: usize = 0x0;