login fb417a5e81
xhci: 获取设备描述符并配置endpoint (#50)
* 调整:使用宏定义来声明usb请求包

* new: 获取usb设备的config描述符

* new: 获取接口及端点描述符

* 临时修正系统根分区的挂载,使得能在真机上启动shell

* xhci: set_config

* bugfix: 解决之前错误的将control_endpoint信息绑定在xhci_hc下的bug

* xhci configure endpoint(存在bug

* 1

* 解决了configure endpoint出错的问题

* new: xhci驱动程序能够配置端点

* 删除trace usb的代码

xhci: 获取设备描述符并配置endpoint
存在问题:尚未能够正确初始化usb键盘,也没有将usb键盘相关的代码独立出来。
2022-09-30 20:39:02 +08:00
2022-07-25 18:26:08 +08:00
2022-09-30 18:00:10 +08:00
2022-09-30 18:00:10 +08:00
2022-09-13 16:17:35 +08:00
2022-08-31 18:03:58 +08:00
2022-01-16 22:58:21 +08:00
2022-09-08 15:24:48 +08:00
2022-09-08 15:24:48 +08:00

DragonOS

Languages 中文|English

 

This project is a operating system running on computer which is in X86_ 64 Architecture . The DragonOS 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 materials to run DragonOS in the shortest 15 minutes!

DragonOS' Features

See documentation:Features

How to join DragonOS ?

If you are willing to join us, you can check the project panel of GitHub warehouse, select the recently planned functions, and improve them.

Or, you can also bring your ideas and ideas, discuss with the community partners, and create some new functions for dragonos.

How to come in contact with the community?

You can send me an email. My email address is[ longjin@RinGoTek.cn ](mailto: longjin@RinGoTek.cn )。

Or join our development exchange QQ group: 115763565

For the discussion of formal issues, we suggest that they be discussed in the forum 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.

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.

List of contributors

Contributors to fslongjin/DragonOS · GitHub

Contact with me

Emaillongjin@RinGoTek.cn

Bloglongjin666.cn

Reward

Dragonos is a public welfare open source project, but its daily maintenance still needs some 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.

Where will the sponsorship funds be used?

  • Server expenses of official website and community forum

  • Code search engine server expenses (this is not a small amount)

  • Expenses for domain name, CDN and other services

  • Any use that is conducive to the development and construction of DragonOS

Sponsors

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%