KernOS
global.cpp File Reference
#include <global.h>
#include <ktypes.h>
Include dependency graph for global.cpp:

Go to the source code of this file.

Namespaces

 INIT
 contains all kernel initialization routines
 

Functions

void INIT::ctors ()
 calls constructors on all global objects More...
 

Variables

func_ptr start_ctors
 starting address of pointers to global constructors More...
 
func_ptr end_ctors
 ending address of pointers to global constructors More...
 

Variable Documentation

◆ end_ctors

func_ptr end_ctors

ending address of pointers to global constructors

symbol defined in linker.ld.

◆ start_ctors

func_ptr start_ctors

starting address of pointers to global constructors

symbol defined in linker.ld.