mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-25 02:13:24 +00:00
Rename trojan to wrapper and add docs
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
12d01ca1e4
commit
e71c2701d6
@ -1,4 +1,4 @@
|
||||
use aster_boot_trojan_builder::make_bzimage;
|
||||
use aster_boot_wrapper_builder::make_bzimage;
|
||||
|
||||
use std::{
|
||||
fs,
|
||||
@ -93,8 +93,8 @@ pub fn create_bootdev_image(
|
||||
|
||||
let target_path = match protocol {
|
||||
BootProtocol::Linux => {
|
||||
let trojan_src = Path::new("framework/libs/boot-trojan/trojan");
|
||||
let trojan_out = Path::new("target/aster-boot-trojan");
|
||||
let trojan_src = Path::new("framework/libs/boot-wrapper/wrapper");
|
||||
let trojan_out = Path::new("target/aster-boot-wrapper");
|
||||
// Make the `bzImage`-compatible kernel image and place it in the boot directory.
|
||||
let target_path = iso_root.join("boot").join("asterinaz");
|
||||
println!("[aster-runner] Building bzImage.");
|
||||
|
Reference in New Issue
Block a user