pub fn init()
Expand description
Initializes OSTD.
This function represents the first phase booting up the system. It makes all functionalities of OSTD available after the call.
TODO: We need to refactor this function to make it more modular and make inter-initialization-dependencies more clear and reduce usages of boot stage only global variables.