[dev][net][e1000] First stab at a working e1000 driver.

-Works against qemu's e1000 and e1000e driver.
-Untested on real hardware yet.
This commit is contained in:
Travis Geiselbrecht
2021-12-27 20:27:51 -08:00
parent b5a9c2d8b2
commit caafb3e2ad
6 changed files with 690 additions and 1 deletions

View File

@@ -110,7 +110,7 @@ if (( $DO_NET )); then
exit 1
fi
else
ARGS+=" -nic none"
ARGS+=" -net none"
fi
$DIR/make-parallel $MAKE_VARS $PROJECT &&