暂无描述

Samuka007 127af8bd95 fix(rootfs): release loop device when fail to map partitions, change v1 back to original implmentation 1 天之前
.github 0f4296743f ci: fix docs ci cache key (#82) 5 月之前
crates f597cb4bc0 fix(misc): format in other crates 4 天之前
dadk 127af8bd95 fix(rootfs): release loop device when fail to map partitions, change v1 back to original implmentation 1 天之前
dadk-config f597cb4bc0 fix(misc): format in other crates 4 天之前
dadk-user f597cb4bc0 fix(misc): format in other crates 4 天之前
docs 1a4b1b1805 chore: 更新到0.3.0 (#109) 2 周之前
tests 5a947e39b0 feat(rootfs, config): add support for old builders 4 天之前
.gitignore 7b558221fb chore: 更新依赖项并调整Cargo.toml配置 (#105) 4 周之前
Cargo.lock fe8ff7b057 fix(rootfs): merge old codes to reduce difference 4 天之前
Cargo.toml 7b558221fb chore: 更新依赖项并调整Cargo.toml配置 (#105) 4 周之前
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

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