linux-loader 0.4.0

A Linux kernel image loading crate.
Documentation
1
2
3
4
5
6
7
8
9
// Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0 AND BSD-3-Clause

//! Traits and structs for configuring and loading boot parameters on `aarch64`.

#![cfg(target_arch = "aarch64")]

pub mod fdt;