···44Monado. And assumes that you have read [README.md][], the file also holdss
55getting started information and general documentation.
6677+88+## Useful pages
99+ * @ref md_writing-a-new-driver (**not complete**)
1010+711## Source layout
812913 * src/xrt/include - @ref xrt_iface defines the internal interfaces of Monado.
+13
doc/writing-a-new-driver.md
···11+# Writing a new driver
22+33+This document will tell you in broad strokes what you need to do to create a
44+driver in Monado. Like the many ones already in there @ref drv. It is not a step
55+by step guide to making a driver. Also what you need to do can vary a lot
66+depending on the type of hardware you are adding a driver for and the level of
77+features you want.
88+99+## Map
1010+1111+The first components you will be interacting with is @ref st_prober find the
1212+hardware devices and setup a working system, along with the @ref aux code that
1313+provides various helpers. You can look at other @ref drv on how to start.