From 7d2a7e7cab23b8217498866615a3719e5d3980ee Mon Sep 17 00:00:00 2001 From: Amlal Date: Thu, 20 Feb 2025 12:32:38 +0100 Subject: NeOS: Namespace change from 'Kernel' to 'NeOS' ADD: Start defining the Workstation's HPFS (High-Performance File System) Signed-off-by: Amlal --- dev/Boot/BootKit/BootThread.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/Boot/BootKit/BootThread.h') diff --git a/dev/Boot/BootKit/BootThread.h b/dev/Boot/BootKit/BootThread.h index b08df035..83f6a92c 100644 --- a/dev/Boot/BootKit/BootThread.h +++ b/dev/Boot/BootKit/BootThread.h @@ -12,7 +12,7 @@ namespace Boot { - using namespace Kernel; + using namespace NeOS; class BootThread; @@ -23,7 +23,7 @@ namespace Boot explicit BootThread() = delete; ~BootThread() = default; - explicit BootThread(Kernel::VoidPtr blob); + explicit BootThread(NeOS::VoidPtr blob); BootThread& operator=(const BootThread&) = default; BootThread(const BootThread&) = default; -- cgit v1.2.3