Beginner query on servers/ part of source tree

Hi all. I’ve been trying to get a basic idea of the source code layout and had a query. What does the servers/ subdirectory hold? Full path: haiku/src/servers.

This page on documentation didn’t list it out: A Brief Introduction to our Source Repository Layout | Haiku Project

1 Like

It contain the “servers”, which are similar to unix “daemons” or windows “services”. For example, net_server handles everything related to networks and network interfaces. App_server handles the user interface and keeping track of applications. Keystore_server is used to securely store passwords and login credentials. And so on.

3 Likes