# DyscheOS-utils **Repository Path**: openeuler/DyscheOS-utils ## Basic Information - **Project Name**: DyscheOS-utils - **Description**: 本项目已经迁移至 AtomGit || This project has been migrated to AtomGit || Linked: https://atomgit.com/openeuler/DyscheOS-utils - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 6 - **Created**: 2020-10-09 - **Last Updated**: 2025-12-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: sig-DyscheOS ## README # DyscheOS-utils Reason why the repository's state is set to be closed: https://gitee.com/openeuler/community/pulls/3792 #### Description This repo is about misc tools regard to userspace part of the Dysche solution. Note, the master branch may not contain latest dev process. See the list of branches for more details. #### Software Architecture The overall architecture of Dysche is originated from Linux AMP(Asychronous Multi-Processing) architecture. In general, there are two parts in Dysche arch: Linux kernel part and the Linux userspace part. In this repo, we'll focus on userspace part. For Dysche userspace design, there are several componets logically: - A tool to handle APP-OS images, load the image and verify the image etc. - Interface with the Dysche kernel part, run the APP-OS. - A system service to interfere with Dysche kernel part, maintain/operate APP-OS on the fly, provide devices emulation etc. #### Instructions Refer to README.md file of each sub-dir in this repo please. #### Contribution 1. Fork the repository 2. Create a branch 3. Commit your changes 4. Create Pull Request