contur2
Loading...
Searching...
No Matches
i_kernel.h File Reference

IKernel facade interface for top-level kernel operations. More...

#include <cstddef>
#include <functional>
#include <memory>
#include <span>
#include <string>
#include <string_view>
#include <vector>
#include "contur/core/error.h"
#include "contur/core/types.h"
#include "contur/arch/block.h"
#include "contur/process/priority.h"
#include "contur/syscall/syscall_ids.h"
Include dependency graph for i_kernel.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  contur::ProcessConfig
 Configuration payload used to create a process. More...
struct  contur::KernelSnapshot
 Lightweight kernel state snapshot for UI and diagnostics. More...
class  contur::IKernel
 Top-level kernel facade. More...

Namespaces

namespace  contur

Typedefs

using contur::SyscallHandlerFn
 Function signature used for syscall registration.

Detailed Description

IKernel facade interface for top-level kernel operations.

Definition in file i_kernel.h.