mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +00:00
Begin article.
This commit is contained in:
parent
4872875f5b
commit
b24c006bef
2 changed files with 4 additions and 0 deletions
3
Docs/articles/Kernel/Network.md
Normal file
3
Docs/articles/Kernel/Network.md
Normal 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.
|
||||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue