From f8e15da04472f5ed6a26e588de4a23cb3e1ba20b Mon Sep 17 00:00:00 2001 From: Anton Kling Date: Thu, 26 Oct 2023 22:35:58 +0200 Subject: Kernel: Fixup rtl8139, add basic ARP and ethernet support Currently the ARP appears to be able to respond to requests. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 0a6aa67..03340c3 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,16 @@ as GRUB). * libc * Window Manager * Terminal Emulator +* Simple Text Editor(ante) * Very basic shell * Shell utilities(cat, yes, echo etc) +### WIP + +* PCI (somewhat functional for current use) +* rtl8139 Network Card (approaching somewhat complete) +* ARP/Ethernet/IPv4 very much not complete + and some other stuff. ## Screenshot -- cgit v1.2.3