This document introduces OpenSBI, an open-source implementation of the RISC-V Supervisor Binary Interface (SBI) specifications. It discusses SBI, which provides a standard interface between firmware and operating systems. OpenSBI implements SBI and supports various RISC-V platforms. The document outlines how OpenSBI handles SBI calls and describes how to add new SBI calls, including adding new extension and function IDs, and implementing the call in the SBI handler. References for further reading on RISC-V boot processes and SBI are also provided.