Add a display server and graphical user interface #38

Merged
apio merged 103 commits from display-server into main 2023-09-20 18:49:21 +00:00
Showing only changes of commit ad001b4ee7 - Show all commits

View File

@ -44,6 +44,10 @@ static void debug(const Vector<OwnedPtr<Client>>& clients)
system("ps");
os::println("-- wind: Listing memory usage --");
system("free -h");
os::println("--- wind: END DEBUG OUTPUT ---");
}