KernOS
global.h
Go to the documentation of this file.
1 //
2 // Created on 5/24/20.
3 //
4 
5 #ifndef KERNOS_GLOBAL_H
6 #define KERNOS_GLOBAL_H
7 
8 namespace INIT
9 {
10  void ctors();
11 }
12 
13 #endif //KERNOS_GLOBAL_H
void ctors()
calls constructors on all global objects
Definition: global.cpp:29
contains all kernel initialization routines
Definition: cpu.h:10