From 80039963ff08d1810e22a0ae41497b156e861db0 Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Sat, 10 Aug 2024 07:58:47 +0200 Subject: [META] Important refactors and fixes. + FIX SCIBase.hxx header and inline scm.internal.inl header. + Rename targets libSCI, libDDK to sci.dll and ddk.dll. + Don't initialize again the values of heap and such in HalKernelMain.cxx + Add 'STOP code' in ke_stop call. + Updated ReadMe.md. Signed-off-by: Amlal EL Mahrouss --- ReadMe.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ReadMe.md') diff --git a/ReadMe.md b/ReadMe.md index 5cc77c66..38a3383e 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -4,7 +4,7 @@ # ZKA (ZKA Kernel Architecture) -ZKA is an operating system kernel, also codenamed 'NewOS'. +ZKA is an operating system kernel of New OS. ## Installation: @@ -14,8 +14,8 @@ ZKA is an operating system kernel, also codenamed 'NewOS'. ### Start by cloning: ``` -git clone git@bitbucket.org:mahrouss/newoskrnl.git -cd newoskrnl +git clone git@bitbucket.org:mahrouss/boot-krnl-dll.git +cd boot-krnl-dll ``` ### And then select the makefile to execute: -- cgit v1.2.3