pczarn / rustboot

A multi-platform kernel written in Rust
http://pczarn.github.io/rustboot/doc/main/index.html
MIT License
197 stars 15 forks source link

Is it possible to support networking ? #15

Closed tigranbs closed 9 years ago

tigranbs commented 9 years ago

Hi I'm glad to see this kind of grate repository.

I'm working on low level network programming project, and now I'm looking some good solution to create networking OS based on my network protocol implementation https://github.com/flaxtonio/fntp-c

Do you planning to support some basic networking ? Or API for driver development ?

pczarn commented 9 years ago

:smiley: Perhaps later this year.

Some folks are far ahead of my repository. Take a look at https://github.com/RustOS-Fork-Holding-Ground/rust-net.

tigranbs commented 9 years ago

Ok Thanks :)