summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnton Kling <anton@kling.gg>2023-10-26 22:35:58 +0200
committerAnton Kling <anton@kling.gg>2023-10-30 21:49:48 +0100
commitf8e15da04472f5ed6a26e588de4a23cb3e1ba20b (patch)
tree9e646d6ba72dcc8f2eb95d04bac2a8b4a91ad946 /README.md
parentcf60045bdb969f6fe44fe7dc9bf7cec593a0b05c (diff)
Kernel: Fixup rtl8139, add basic ARP and ethernet support
Currently the ARP appears to be able to respond to requests.
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
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