rcore-os / zCore

Zircon microkernel reimplemented in Rust.
MIT License
1.71k stars 208 forks source link

Implement io_uring #176

Open wangrunji0408 opened 3 years ago

wangrunji0408 commented 3 years ago

io_uring is a new kernel interface introduced in Linux 5.1. It provides a mechanism for fast asynchronous I/O.

Patrick0308 commented 2 years ago

Is this a good first issue? I can try to implement it.

wangrunji0408 commented 2 years ago

Sure! There may be a little challenging, but it worth a try!

Feel free to post your progress or ask any questions here!