Donkey Kane 1d37ca6d17
添加mount系统调用 (#561)
* Modify dadk config to switch NovaShell revision

* finish primary build of mount(2), usable now

* 使用read_from_cstr函数优化代码可读性 , 针对文件系统新增错误EUNSUPFS

* small changes

* 添加系统调用文档

* cargo fmt

* Revert "small changes"

This reverts commit e1991314ce687faa2d652479e8ef64f5bea25fa1.

* 修复用户程序参数传入错误

* Revert "small changes"

This reverts commit e1991314ce687faa2d652479e8ef64f5bea25fa1.

* 解决合并冲突,最终提交

* 将dadk_config切换为相对路径以修复依赖问题

* Update settings.json

* Delete user/apps/test-mount/LICENSE

* 换用更好的c字符串读取函数,优化系统调用函数注释,修复错误处理bug,删除无用文件,修改测试程序readme

* 修改用户程序readme

* 代码格式化,初级版本

* 初级版本,未实现文件系统管理器,未支持设备挂载

* 为文件系统添加name方法,返回文件系统名字字符串,为挂载查询服务

* mount系统调用:添加统一文件系统初始化管理器

* null

* 解除冲突

* 删除无用kdebug
2024-03-20 15:31:20 +08:00
2024-03-20 15:31:20 +08:00
2024-03-20 15:31:20 +08:00
2024-03-20 15:31:20 +08:00
2024-03-20 15:31:20 +08:00
2022-01-16 22:58:21 +08:00
2024-03-16 22:28:59 +08:00

dragonos-logo

打造完全自主可控的数字化未来!

官网 bbs


DragonOS

Languages 中文|English

 

DragonOS is an operating system running on the X86_64 Architecture. This project is currently under development!

All you want to know about DragonOS is here - DragonOS

Websites

How to run?

The steps to run DragonOS are very simple. You can refer to the following information to run DragonOS within 15 minutes at the fastest!

DragonOS' Features

See documentation:Features

How to join DragonOS ?

If you are willing to join us, you can visit DragonOS's BBS , learn about development dynamics and development tasks: https://bbs.dragonos.org.cn

Or, you can also bring your ideas, discuss with community members, and create some new functions for DragonOS.

How to contact the community?

You can send an email to the project's maintainer: longjin. His email address is [longjin@DragonOS.org](mailto: longjin@DragonOS.org) .

Or join our development exchange QQ group: 115763565

For the discussion of formal issues, we recommend that you use the official language to post on the corresponding section of https://bbs.dragonos.org.cn. Or you can post questions under the issue of this repository.

List of contributors

Contributors to DragonOS-Community/DragonOS · GitHub

Get contact with us

Community Contact Email: contact@DragonOS.org

Maintainer longjin's Emaillongjin@DragonOS.org

Reward

DragonOS is an open source public welfare project, but its development cannot be separated from the support of funds. If you want, you can visit Sponsor - DragonOS , so as to promote the development of this project. The list of all sponsors will be published. Every bit of your sponsorship will contribute to the development of DragonOS!

Where will the sponsorship funds be used?

We guarantee that all sponsorship funds and items will be used for:

  • Subsidies or equipment support for active community developers
  • Cloud service expenditure of DragonOS
  • Equipment purchase
  • Any use conducive to the development and construction of DragonOS

Sponsor List

Not yet

  • China YaCloud Ya'an Digital Economy Operations Co., Ltd. provides cloud server support for DragonOS.

Individual Sponsor List

Open source statement

This project adopts GPLv2 LICENSE for open source. You are welcome to use the code of this project on the basis of abiding by the open source license!

What we support: using this project to create greater value and contribute code to this project under the condition of abiding by the agreement.

What we condemn: any non-compliance with the open source license. Including but not limited to: plagiarizing the code of the project as your graduation project and other academic misconduct, as well as commercial closed source use without payment.

If you find any violation of the open source license, we welcome you to send email feedback! Let's build an honest open source community together!

References

This project refers to the following materials. I sincerely give my thanks to the authors of these projects, books and documents!

Description
DragonOS is an operating system developed from scratch using Rust, with Linux compatibility. It is designed for **Serverless** scenarios. 使用Rust从0自研内核,具有Linux兼容性的操作系统,面向云计算Serverless场景而设计。
https://dragonos.org/ Readme GPL-2.0 168 MiB
Languages
Rust 95.5%
C 1.6%
Shell 1%
Makefile 0.9%
Assembly 0.7%
Other 0.3%