Няма описание

Samuka007 127af8bd95 fix(rootfs): release loop device when fail to map partitions, change v1 back to original implmentation преди 10 часа
.github 0f4296743f ci: fix docs ci cache key (#82) преди 5 месеца
crates f597cb4bc0 fix(misc): format in other crates преди 3 дни
dadk 127af8bd95 fix(rootfs): release loop device when fail to map partitions, change v1 back to original implmentation преди 10 часа
dadk-config f597cb4bc0 fix(misc): format in other crates преди 3 дни
dadk-user f597cb4bc0 fix(misc): format in other crates преди 3 дни
docs 1a4b1b1805 chore: 更新到0.3.0 (#109) преди 2 седмици
tests 5a947e39b0 feat(rootfs, config): add support for old builders преди 3 дни
.gitignore 7b558221fb chore: 更新依赖项并调整Cargo.toml配置 (#105) преди 3 седмици
Cargo.lock fe8ff7b057 fix(rootfs): merge old codes to reduce difference преди 3 дни
Cargo.toml 7b558221fb chore: 更新依赖项并调整Cargo.toml配置 (#105) преди 3 седмици
LICENSE 726f9a9348 Initial commit преди 2 години
README.md ef91178ff5 chore: 修复cargo publish时,提示dadk的readme未找到的问题 (#96) преди 5 месеца
rust-toolchain.toml 87a10adc00 chore: 更新Rust工具链至nightly-2024-11-05版本 (#110) преди 2 седмици

README.md

DADK - DragonOS Application Development Kit

DragonOS 应用开发工具

codecov

简介

DADK是一个用于开发DragonOS应用的工具包,设计目的是为了让开发者能够更加方便的开发DragonOS应用。

文档

DADK的文档托管在DADK Docs上。

DADK有什么用?

  • 管理DragonOS应用的编译与安装
  • 对DragonOS内核进行profiling
  • 管理DragonOS的镜像构建、虚拟机运行

快速开始

安装DADK

DADK是一个Rust程序,您可以通过Cargo来安装DADK。

# 从GitHub安装最新版
cargo install --git https://github.com/DragonOS-Community/DADK.git

# 从crates.io下载
cargo install dadk

然后,转到Quick Start以开始使用DADK。

License

DADK is licensed under the GPLv2 License.

Contributing

欢迎贡献代码!请参阅开发者指南以了解如何贡献代码。