NeKernel dev
Loading...
Searching...
No Matches
CodeMgr.h File Reference

Code Manager header file. More...

Go to the source code of this file.

Namespaces

namespace  Kernel
 UPS inline definitions.

Typedefs

typedef void(* Kernel::rtl_start_kind) (void)
 Image process entrypoint.
typedef void(* Kernel::rtl_cxx_ctor_kind) (void)
 C++ Constructor entrypoint.
typedef void(* Kernel::rtl_cxx_dtor_kind) (void)
 C++ Destructor entrypoint.

Functions

BOOL Kernel::rtl_create_kernel_task (HAL::StackFramePtr main, const KID kid)
 Executes a new process from a function. Kernel code only.
ProcessID Kernel::rtl_create_user_process (rtl_start_kind main, const Char *process_name)
 Executes a new process from a function. User code only.

Detailed Description

Code Manager header file.

Author
Amlal El Mahrouss (amlal.nosp@m.@nek.nosp@m.ernel.nosp@m..org)