Skip to content

FEATURE: NeLaunch: Initialization System and C++ Framework. #112

@amlel-el-mahrouss

Description

@amlel-el-mahrouss

Abstract

An C++ framework and executable to manage the NeKernel kernel.

References

Concept

Unlike UNIX init, the management of the system is done using primarily an SDK.
When you'd do the following in init:

init 0

You'd do in NeKernel:

LaunchHelpers::LHShutdown();

This function will return void, as a result of the halting problem. We can't be sure whether the program will still be running.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions