Age | Commit message (Collapse) | Author |
|
This is to allow both the kernel and the userland to share certain
header files and to make the folder structure a bit more clear.
|
|
Now it can send UDP messages to a specific IP address and libc has
enough to create a basic UDP ECHO server, that is kinda cool.
|
|
This allows a UDP server to be created in userland and read data.
Currently it can't send data and is very very simplistic.
Code is horrible and probably needs some fixing until it can be further built
upon.
|
|
Currently the ARP appears to be able to respond to requests.
|