2016-09-27 11:52:26 -05:00
|
|
|
source: Developing/Support-New-OS.md
|
|
|
|
|
2017-04-25 18:35:42 +01:00
|
|
|
This document is broken down into the relevant sections depending on what support you are adding.
|
|
|
|
During all of these examples we will be using the OS of `pulse` as the example OS we will add.
|
2016-09-27 11:52:26 -05:00
|
|
|
|
2017-04-25 18:35:42 +01:00
|
|
|
> - [Adding the initial detection.](os/Initial-Detection.md)
|
|
|
|
> - [Adding Memory and CPU information.](os/Mem-CPU-Information.md)
|
|
|
|
> - [Adding Health / Sensor information.](os/Health-Information.md)
|
|
|
|
> - [Adding custom graphs.](os/Custom-Graphs.md)
|
|
|
|
> - [Adding Unit tests (required).](os/Test-Units.md)
|