rcore-os / rCore-Tutorial-v3

Let's write an OS which can run on RISC-V in Rust from scratch!
https://rcore-os.github.io/rCore-Tutorial-Book-v3/index.html
GNU General Public License v3.0
1.58k stars 452 forks source link

Add the TCP support #111

Closed yfblock closed 1 year ago

yfblock commented 1 year ago

Add the TCP support and a TCP app (tcp_simplehttp).

Use the browser to open http://localhost:6201/ after running the tcp_simplehttp app in the rCore-tutorial.

image

image

chyyuu commented 1 year ago

Very good!