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