From 81027667166d9624ee12f45f011426678d1bbbf4 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 29 May 2025 17:19:57 +0200 Subject: feat: Improve libSystem's architecture and implementation. fix: Fix NeKit's Ref, and ErrorOr classes. fix: Fix userland tools. next: - Finish the latest tickets and then release nekernel 0.0.3 Signed-off-by: Amlal El Mahrouss --- dev/libSystem/Jail.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 dev/libSystem/Jail.h (limited to 'dev/libSystem/Jail.h') diff --git a/dev/libSystem/Jail.h b/dev/libSystem/Jail.h new file mode 100644 index 00000000..6a9259fc --- /dev/null +++ b/dev/libSystem/Jail.h @@ -0,0 +1,15 @@ +/* ------------------------------------------- + + Copyright (C) 2025, Amlal El Mahrouss, all rights reserved. + +------------------------------------------- */ + +#pragma once + +#include + +/// @file Jail.h +/// @brief NeKernel Jail System + +struct JAIL_INFO; +struct JAIL; \ No newline at end of file -- cgit v1.2.3