mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:57:45 +00:00
MenuApplets: Add CPUGraph, our first menu applet :^)
This implements the WSCPUMonitor functionality in a separate process.
This commit is contained in:
parent
44d5388e78
commit
c3029a6a1f
6 changed files with 112 additions and 0 deletions
|
@ -108,6 +108,7 @@ cp ../Servers/TTYServer/TTYServer mnt/bin/TTYServer
|
|||
cp ../Servers/TelnetServer/TelnetServer mnt/bin/TelnetServer
|
||||
cp ../Servers/ProtocolServer/ProtocolServer mnt/bin/ProtocolServer
|
||||
cp ../Shell/Shell mnt/bin/Shell
|
||||
cp ../MenuApplets/CPUGraph/CPUGraph.MenuApplet mnt/bin/
|
||||
echo "done"
|
||||
|
||||
printf "installing shortcuts... "
|
||||
|
|
|
@ -92,6 +92,8 @@ build_targets="$build_targets ../Shell"
|
|||
|
||||
build_targets="$build_targets ../Userland"
|
||||
|
||||
build_targets="$build_targets ../MenuApplets/CPUGraph"
|
||||
|
||||
build_targets="$build_targets ." # the kernel
|
||||
|
||||
(cd ../AK/Tests && $make_cmd clean)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue