-
-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into feat-dynamic-link
- Loading branch information
Showing
431 changed files
with
37,089 additions
and
2,933 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[metadata] | ||
# Filesystem type (options: `fat32`) | ||
fs_type = "fat32" | ||
# Size of the rootfs disk image (eg, `1G`, `1024M`) | ||
size = "1G" | ||
|
||
[partition] | ||
# Partition type (options: "none", "mbr", "gpt") | ||
# | ||
# If "none" is specified, no partition table will be created, | ||
# and the entire disk will be treated as a single partition. | ||
# | ||
# Note that the "none" option is incompatible with GRUB boot. | ||
type = "mbr" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# DADK 总控文件 | ||
|
||
[metadata] | ||
# Target architecture. Options: x86_64, riscv64 | ||
arch = "x86_64" | ||
|
||
# Hypervisor config path | ||
hypervisor-config = "config/hypervisor.toml" | ||
|
||
# RootFS config path | ||
rootfs-config = "config/rootfs.toml" | ||
|
||
# Boot config path | ||
boot-config = "config/boot.toml" | ||
|
||
# System root directory folder (DADK will copy the files in this directory to the root directory of the disk image) | ||
sysroot-dir = "bin/sysroot" | ||
|
||
# DADK Root Cache directory path | ||
cache-root-dir = "bin/dadk_cache" | ||
|
||
# User configuration directory path | ||
# 这个字段只是临时用于兼容旧版本,v0.2版本重构完成后会删除 | ||
user-config-dir = "user/dadk/config" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.