Kernel: A bunch of hacking towards initial Ethernet support.

This commit is contained in:
Andreas Kling 2019-03-10 20:59:23 +01:00
commit 97664fad60
Notes: sideshowbarker 2024-07-19 15:05:20 +09:00
8 changed files with 239 additions and 5 deletions

View file

@ -22,6 +22,9 @@
#include "MasterPTY.h"
#include "elf.h"
#include <AK/StringBuilder.h>
#include <Kernel/E1000NetworkAdapter.h>
#include <Kernel/EthernetFrameHeader.h>
#include <Kernel/ARPPacket.h>
//#define DEBUG_IO
//#define TASK_DEBUG