Implement UDP and TCP stack (AI)

This commit is contained in:
AI
2026-02-24 07:43:45 +00:00
parent d7ce0d5856
commit e6929438a0
8 changed files with 1005 additions and 12 deletions

View File

@@ -74,7 +74,7 @@ Once a task is completed, it should be checked off.
- [x] Create a IPv4 stack. Create the `ip` app that shows curernt IPv4 configuration. It should read this information from `/sys`
- [x] Create a ARP subsystem. Create the `arp` command that shows current ARP tables. Again, this info should be found in `/sys`
- [x] Create a DHCP subsystem. Create the `dhcp` command to show current DHCP status information.
- [ ] Create a UDP and TCP stack.
- [x] Create a UDP and TCP stack.
- [ ] Implement a simple version of `ftp` and `wget`.
- [ ] Create a graphics subsystem. It should provide functionality to switch between the normal text mode, and a graphics mode.
- [ ] Create a simple game of pool. It should use graphics mode to render the game.