mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 09:58:14 +00:00
TelnetServer: Implement basic telnet server
Fixes #407 Depends on #530 to run reliably.
This commit is contained in:
parent
423807d772
commit
040947ee47
9 changed files with 521 additions and 0 deletions
|
@ -101,6 +101,7 @@ cp ../Servers/SystemServer/SystemServer mnt/bin/SystemServer
|
|||
cp ../Servers/WindowServer/WindowServer mnt/bin/WindowServer
|
||||
cp ../Servers/AudioServer/AudioServer mnt/bin/AudioServer
|
||||
cp ../Servers/TTYServer/TTYServer mnt/bin/TTYServer
|
||||
cp ../Servers/TelnetServer/TelnetServer mnt/bin/TelnetServer
|
||||
cp ../Shell/Shell mnt/bin/Shell
|
||||
cp ../Libraries/LibHTML/tho mnt/bin/tho
|
||||
echo "done"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue