Add RTL8139 receive and network daemon with stub handler

This commit is contained in:
Mark
2020-03-19 16:41:05 +02:00
parent b40d495e4e
commit 86eb7c9282
5 changed files with 182 additions and 0 deletions
+2
View File
@@ -6,6 +6,7 @@
#include "sys/panic.h"
#include "fs/sysfs.h"
#include "sys/init.h"
#include "net/net.h"
#include "fs/tar.h"
#include "fs/vfs.h"
@@ -22,6 +23,7 @@ void main(void) {
sched_init();
usb_daemon_start();
net_daemon_start();
user_init_start();
sched_enter();