xref: /DragonOS/README_EN.md (revision f2022a8a1cc4a8e2a85e9061e036e9c491a2fa00)
1<div align="center">
2  <img width="40%" src="docs/_static/dragonos-logo.svg" alt="dragonos-logo"></br>
3  <h2>打造完全自主可控的数字化未来!</h2>
4
5<a href="https://dragonos.org"><img alt="官网" src="https://img.shields.io/badge/%E5%AE%98%E7%BD%91-DragonOS.org-4c69e4?link=https%3A%2F%2Fbbs.dragonos.org.cn" ></a>
6<a href="https://bbs.dragonos.org.cn"><img alt="bbs" src="https://img.shields.io/badge/BBS-bbs.dragonos.org.cn-purple?link=https%3A%2F%2Fbbs.dragonos.org.cn" ></a>
7
8
9
10---
11
12</div>
13
14# DragonOS
15
16**Languages** [中文](README.md)|English
17
18&nbsp;
19
20&emsp;&emsp;DragonOS is an operating system running on the X86_64 Architecture. This project is currently under development!
21
22[All you want to know about DragonOS is here - DragonOS](https://dragonos.org/?p=46)
23
24## Websites
25
26- Home Page  **[DragonOS.org](https://dragonos.org)**
27- Documentation  **[docs.DragonOS.org](https://docs.dragonos.org)**
28- **To learn about development dynamics and development tasks, please visit DragonOS's BBS:** [https://bbs.dragonos.org.cn](https://bbs.dragonos.org.cn)
29- Software mirror website **[mirrors.DragonOS.org](https://mirrors.DragonOS.org)**
30- Git mirror website **[git.mirrors.DragonOS.org](https://git.mirrors.DragonOS.org)**
31- QQ group **115763565**
32- Code search engine [code.DragonOS.org](http://code.dragonos.org)&nbsp;
33
34## How to run?
35
36&emsp;&emsp;The steps to run DragonOS are very simple. You can refer to the following information to run DragonOS within 15 minutes at the fastest!
37
38- [Building DragonOS - DragonOS dev document](https://docs.dragonos.org/zh_CN/latest/introduction/build_system.html)
39
40## DragonOS' Features
41
42&emsp;&emsp;See documentation:[Features](https://docs.dragonos.org/zh_CN/latest/introduction/features.html)
43
44## How to join DragonOS ?
45
46&emsp;&emsp;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](https://bbs.dragonos.org.cn)
47
48&emsp;&emsp;Or, you can also bring your ideas, discuss with community members, and create some new functions for DragonOS.
49
50## How to contact the community?
51
52&emsp;&emsp;You can send an email to the project's maintainer: longjin. His email address is [longjin@DragonOS.org](mailto: longjin@DragonOS.org) .
53
54&emsp;&emsp;Or join our development exchange QQ group: **115763565**
55
56&emsp;&emsp;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](https://bbs.dragonos.org.cn)**. Or you can post questions under the issue of this repository.
57
58
59## List of contributors
60
61[Contributors to DragonOS-Community/DragonOS · GitHub](https://github.com/DragonOS-Community/DragonOS/graphs/contributors)
62
63## Get contact with us
64
65Community Contact Email: contact@DragonOS.org
66
67Maintainer longjin's Email:longjin@DragonOS.org
68
69
70## Reward
71
72&emsp;&emsp;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](https://dragonos.org/?page_id=37)** , 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!
73
74### Where will the sponsorship funds be used?
75
76We guarantee that all sponsorship funds and items will be used for:
77
78- Subsidies or equipment support for active community developers
79- Cloud service expenditure of DragonOS
80- Equipment purchase
81- Any use conducive to the development and construction of DragonOS
82
83### Sponsor List
84
85**Not yet**
86
87- **[China YaCloud](https://yacloud.net)** Ya'an Digital Economy Operations Co., Ltd. provides cloud server support for DragonOS.
88
89### Individual Sponsor List
90
91- 万晓兰
92- David Wen
93- [Seele.Clover](https://github.com/seeleclover)
94- [FindWangHao](https://github.com/FindWangHao)
95- [ferchiel](https://github.com/ferchiel)
96- 叶锦毅
97- 林
98- Albert
99- [TerryLeeSCUT · GitHub](https://github.com/TerryLeeSCUT)
100- slientbard
101- 悟
102
103## Open source statement
104
105&emsp;&emsp;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!
106
107**What we support:** using this project to create greater value and contribute code to this project under the condition of abiding by the agreement.
108
109**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.
110
111If 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!
112
113## References
114
115&emsp;&emsp;This project refers to the following materials. I sincerely give my thanks to the authors of these projects, books and documents!
116
117- Implementation of a 64 bit operating system, Tian Yu (POSTS&TELECOM  PRESS)
118
119- Principle and implementation of modern operating system, Chen Haibo, Xia Yubin (China Machine Press)
120
121- [SimpleKernel](https://github.com/Simple-XX/SimpleKernel)
122
123- [osdev.org](https://wiki.osdev.org/Main_Page)
124
125- ACPI_6_3_final_Jan30
126
127- the GNU GRUB manual
128
129- Intel® 64 and IA-32 Architectures Software Developer’s Manual
130
131- IA-PC HPET (High Precision Event Timers) Specification
132
133- [skiftOS]([GitHub - skiftOS/skift: �� A hobby operating system built from scratch in modern C++. Featuring a reactive UI library and a strong emphasis on user experience.](https://github.com/skiftOS/skift))
134
135- [GuideOS](https://github.com/Codetector1374/GuideOS)
136
137- [redox-os](https://gitlab.redox-os.org/redox-os/redox)
138
139- [rcore](https://github.com/rcore-os/rCore)
140