mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:57:34 +00:00
DNSLookupServer: Start working on a userspace DNS resolver.
This doesn't have any server functionality just yet, but it does post decent-looking DNS queries and parse the responses.
This commit is contained in:
parent
d0559c0e27
commit
fe2fa4ac80
8 changed files with 358 additions and 0 deletions
|
@ -12,6 +12,8 @@ $make_cmd -C ../LibM && \
|
|||
(cd ../LibM && ./install.sh) && \
|
||||
$make_cmd -C ../LibM clean && \
|
||||
$make_cmd -C ../LibM clean && \
|
||||
$make_cmd -C ../Servers/DNSLookupServer clean && \
|
||||
$make_cmd -C ../Servers/DNSLookupServer && \
|
||||
$make_cmd -C ../WindowServer clean && \
|
||||
$make_cmd -C ../WindowServer && \
|
||||
$make_cmd -C ../LibGUI clean && \
|
||||
|
|
|
@ -87,6 +87,8 @@ cp -v ../Applications/About/About mnt/bin/About
|
|||
cp -v ../Applications/TextEditor/TextEditor mnt/bin/TextEditor
|
||||
cp -v ../Applications/IRCClient/IRCClient mnt/bin/IRCClient
|
||||
ln -s IRCClient mnt/bin/irc
|
||||
cp -v ../Servers/DNSLookupServer/DNSLookupServer mnt/bin/DNSLookupServer
|
||||
ln -s DNSLookupServer mnt/bin/dns
|
||||
cp -v ../WindowServer/WindowServer mnt/bin/WindowServer
|
||||
cp -v kernel.map mnt/
|
||||
sh sync-local.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue