diff options
| author | Amlal <amlal.elmahrouss@icloud.com> | 2025-01-25 13:02:30 +0100 |
|---|---|---|
| committer | Amlal <amlal.elmahrouss@icloud.com> | 2025-01-25 13:02:30 +0100 |
| commit | ede6c1e0fd670d5af1c62ab52847fc518cfd4e9c (patch) | |
| tree | 6c06cd1239bf279ed94623146b9606669da98a1e /dev/Kernel/src/KernelMain.cc | |
| parent | bd2b4ed76032cbfb997a9452bdd221dfab9edd82 (diff) | |
NeKernel 1.0.0
- SMP scheduling.
- Ne Filesystem.
- Functional microkernel.
- Working AMD64 support.
- WiP ARM64 support.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Kernel/src/KernelMain.cc')
| -rw-r--r-- | dev/Kernel/src/KernelMain.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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, "<LOG_XML><FS>NeFS</FS></LOG_XML>", "NeFS Format System"); + mJournal.CommitJournal(mNeFS, "['Name': 'NeFS', 'Type': 'AutoFormat']", "FormatLog.json"); mJournal.ReleaseJournal(); } } |
