1# DragonOS 2 3**Languages** [中文](README.md)|English 4 5 6 7  This project is a operating system running on computer which is in X86_ 64 Architecture . The DragonOS is currently under development! 8 9[All you want to know about DragonOS is here - DragonOS](https://dragonos.org/uncategorized/summary/) 10 11## Websites 12 13- Home Page **[DragonOS.org](https://dragonos.org)** 14- Documentation **[docs.DragonOS.org](https://docs.dragonos.org)** 15- BBS **[bbs.DragonOS.org](https://bbs.dragonos.org)** 16- QQ group **115763565** 17- code search engine [code.DragonOS.org](http://code.dragonos.org) 18 19## How to run? 20 21  The steps to run DragonOS are very simple. You can refer to the following materials to run DragonOS in the shortest 15 minutes! 22 23- [Building DragonOS - DragonOS dev document](https://docs.dragonos.org/zh_CN/latest/introduction/build_system.html#docker) 24 25- [How to run DragonOS on a computer's virtual machine? || Long Jin's blog](https://longjin666.cn/?p=1514) 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 check the project panel of GitHub warehouse, select the recently planned functions, and improve them. 36 37  Or, you can also bring your ideas and ideas, discuss with the community partners, and create some new functions for dragonos. 38 39## How to come in contact with the community? 40 41  You can send me an email. My email address is[ longjin@RinGoTek.cn ](mailto: longjin@RinGoTek.cn )。 42 43  Or join our development exchange QQ group: **115763565** 44 45  For the discussion of formal issues, we suggest that they be discussed in the forum [BBS.Dragonos.org](https://bbs.dragonos.org/) In the corresponding section of the, use formal language to post for discussion. Or ask questions under the issue of the warehouse. 46 47  While posting, you can forward the post to the communication QQ group, which can make the communication of problems more efficient and facilitate the archiving of problems. 48 49## List of contributors 50 51[Contributors to fslongjin/DragonOS · GitHub](https://github.com/fslongjin/DragonOS/graphs/contributors) 52 53## Contact with me 54 55Email:longjin@RinGoTek.cn 56 57Blog:[longjin666.cn](https://longjin666.cn) 58 59## Reward 60 61  Dragonos is a public welfare open source project, but its daily maintenance still needs some funds. If you want, you can visit [Sponsor - DragonOS](https://dragonos.org/donate/), so as to promote the development of this project. The list of all sponsors will be published. 62 63### Where will the sponsorship funds be used? 64 65- Server expenses of official website and community forum 66 67- Code search engine server expenses (this is not a small amount) 68 69- Expenses for domain name, CDN and other services 70 71- Any use that is conducive to the development and construction of DragonOS 72 73## Sponsors 74 75- 悟 76- [TerryLeeSCUT · GitHub](https://github.com/TerryLeeSCUT) 77 78## Open source statement 79 80  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! 81 82**What we support:** using this project to create greater value and contribute code to this project under the condition of abiding by the agreement. 83 84**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. 85 86If 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! 87 88## References 89 90  This project refers to the following materials. I sincerely give my thanks to the authors of these projects, books and documents! 91 92- Implementation of a 64 bit operating system, Tian Yu (POSTS&TELECOM PRESS) 93 94- Principle and implementation of modern operating system, Chen Haibo, Xia Yubin (China Machine Press) 95 96- [SimpleKernel](https://github.com/Simple-XX/SimpleKernel) 97 98- [osdev.org](https://wiki.osdev.org/Main_Page) 99 100- Multiboot2 Specification version 2.0 101 102- ACPI_6_3_final_Jan30 103 104- the GNU GRUB manual 105 106- Intel® 64 and IA-32 Architectures Software Developer’s Manual 107 108- IA-PC HPET (High Precision Event Timers) Specification 109 110- [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)) 111 112- [GuideOS](https://github.com/Codetector1374/GuideOS) 113