From ede6c1e0fd670d5af1c62ab52847fc518cfd4e9c Mon Sep 17 00:00:00 2001 From: Amlal Date: Sat, 25 Jan 2025 13:02:30 +0100 Subject: NeKernel 1.0.0 - SMP scheduling. - Ne Filesystem. - Functional microkernel. - Working AMD64 support. - WiP ARM64 support. Signed-off-by: Amlal --- dev/Kernel/src/KernelMain.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/Kernel/src/KernelMain.cc') diff --git a/dev/Kernel/src/KernelMain.cc b/dev/Kernel/src/KernelMain.cc index 7875fa7c..b7823d1b 100644 --- a/dev/Kernel/src/KernelMain.cc +++ b/dev/Kernel/src/KernelMain.cc @@ -72,7 +72,7 @@ namespace Kernel::Detail if (!mJournal.GetJournal(mNeFS)) mJournal.CreateJournal(mNeFS); - mJournal.CommitJournal(mNeFS, "NeFS", "NeFS Format System"); + mJournal.CommitJournal(mNeFS, "['Name': 'NeFS', 'Type': 'AutoFormat']", "FormatLog.json"); mJournal.ReleaseJournal(); } } -- cgit v1.2.3