Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: 1000TurquoisePogs <[email protected]>
  • Loading branch information
1000TurquoisePogs authored Nov 6, 2024
1 parent 577725c commit 32003b3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,12 @@ F ZWELNCH,APPL=DISP

## Community

This part of Zowe is currently developed by the zOS squad, which you can find on Slack at #zowe-zos-interface or
This part of Zowe is currently developed by the zOS squad, which you can find on Slack at #zowe-zos-interface

## Architecture

The launcher is a z/OS program which utilizes [configmgr](https://github.com/zowe/zowe-common-c/blob/v3.x/staging/c/configmgr.c) to read the Zowe config in order to determine which components to start, and then prepares Zowe to run, starts the components, and manages their unix processes.

It's behavior is summarized in this flow chart diagram.

![Launcher flow chart](./Launcher.svg)

0 comments on commit 32003b3

Please sign in to comment.