xref: /DragonOS/README_EN.md (revision 9a367aa7eb1576a235f5f52ee542132a1e5e39df)
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- BBS  **[bbs.DragonOS.org](https://bbs.dragonos.org)**
17- Software mirror website **[mirrors.DragonOS.org](https://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- [Teach you to run DragonOS in 15 minutes- Bilibili](https://www.bilibili.com/video/BV1zF411w7s2?share_source=copy_web&vd_source=41ab4a1b73e6f65219a785923511517e)
28
29## DragonOS' Features
30
31  See documentation:[Features](https://docs.dragonos.org/zh_CN/latest/introduction/features.html)
32
33## How to join DragonOS ?
34
35  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)
36
37  Or, you can also bring your ideas, discuss with community members, and create some new functions for DragonOS.
38
39## How to contact the community?
40
41  You can send an email to the project's maintainer: longjin. His email address is [longjin@DragonOS.org](mailto: longjin@DragonOS.org) .
42
43  Or join our development exchange QQ group: **115763565**
44
45  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.
46
47
48## List of contributors
49
50[Contributors to DragonOS-Community/DragonOS · GitHub](https://github.com/DragonOS-Community/DragonOS/graphs/contributors)
51
52## Get contact with us
53
54Community Contact Email: contact@DragonOS.org
55
56Maintainer longjin's Email:longjin@DragonOS.org
57
58
59## Reward
60
61  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!
62
63### Where will the sponsorship funds be used?
64
65We guarantee that all sponsorship funds and items will be used for:
66
67- Subsidies or equipment support for active community developers
68- Cloud service expenditure of DragonOS
69- Equipment purchase
70- Any use conducive to the development and construction of DragonOS
71
72### Sponsor List
73
74**Not yet**
75
76We hope that in the future, some enterprises can sponsor DragonOS and inject financial power into its development!
77
78### Individual Sponsor List
79
80- 万晓兰
81- David Wen
82- [Seele.Clover](https://github.com/seeleclover)
83- [FindWangHao](https://github.com/FindWangHao)
84- [ferchiel](https://github.com/ferchiel)
85- 叶锦毅
86- 林
87- Albert
88- [TerryLeeSCUT · GitHub](https://github.com/TerryLeeSCUT)
89- slientbard
90- 悟
91
92## Open source statement
93
94  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!
95
96**What we support:** using this project to create greater value and contribute code to this project under the condition of abiding by the agreement.
97
98**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.
99
100If 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!
101
102## References
103
104  This project refers to the following materials. I sincerely give my thanks to the authors of these projects, books and documents!
105
106- Implementation of a 64 bit operating system, Tian Yu (POSTS&TELECOM  PRESS)
107
108- Principle and implementation of modern operating system, Chen Haibo, Xia Yubin (China Machine Press)
109
110- [SimpleKernel](https://github.com/Simple-XX/SimpleKernel)
111
112- [osdev.org](https://wiki.osdev.org/Main_Page)
113
114- ACPI_6_3_final_Jan30
115
116- the GNU GRUB manual
117
118- Intel® 64 and IA-32 Architectures Software Developer’s Manual
119
120- IA-PC HPET (High Precision Event Timers) Specification
121
122- [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))
123
124- [GuideOS](https://github.com/Codetector1374/GuideOS)
125
126- [redox-os](https://gitlab.redox-os.org/redox-os/redox)
127
128- [rcore](https://github.com/rcore-os/rCore)
129