jserv / xv6-x86_64

re-implementation of UNIX v6 in ANSI C for x86_64 SMP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement networking support

jserv opened this issue · comments

Bring a primitive implementation of a network in xv6. Supported NIC will be NE2000. This implement refers to MINIX.

Reference: https://github.com/s-shin/xv6-network