Begin article.

This commit is contained in:
valentinbreiz 2021-01-20 15:28:43 +01:00
parent 4872875f5b
commit b24c006bef
2 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1,3 @@
# Network
In this article we will discuss about Networking on Cosmos, how the use the Network Stack, send and received packets.

View file

@ -19,6 +19,7 @@
## [Startup](Kernel/Startup.md)
## [Graphics](Kernel/CGS.md)
## [Virtual File System](Kernel/VFS.md)
## [Network](Kernel/Network.md)
# Reference
## [x86](Reference/x86.md)