diff options
| author | Amlal <amlal@zka.com> | 2024-07-14 00:37:06 +0200 |
|---|---|---|
| committer | Amlal <amlal@zka.com> | 2024-07-14 00:37:06 +0200 |
| commit | b038c3eff8c80be2e6e10bea16634523fff4a6b5 (patch) | |
| tree | d4c9b5c1931d6e5029243446b66e8edb608072b8 /Boot/ReadMe.md | |
| parent | 062ba0a060929c18a2734835cd426e3d808093b7 (diff) | |
[IMP]
- IsUndefined returns const bool& now.
- Replace kUndefined with kNull now.
- Remove ML_ from macros in newstd.hxx.
- Rename NSyscall to NSyscallInterface, which is a ref counted class now.
- Rename MBCIType to PowerID
- Update ToDos.
- Update NewFS root catalog name.
- Fix JSON 'null' initialization.
- Add Json to variant object.
- Replace kPointer with kBlob in variant kinds.
- Add Leak() method to variant.
Signed-off-by: Amlal <amlal@zka.com>
Diffstat (limited to 'Boot/ReadMe.md')
| -rw-r--r-- | Boot/ReadMe.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Boot/ReadMe.md b/Boot/ReadMe.md index 47e76793..1c2b95af 100644 --- a/Boot/ReadMe.md +++ b/Boot/ReadMe.md @@ -1,4 +1,4 @@ -# newosldr +# newosldr (Zeta Bootloader Architecture) You need: @@ -11,7 +11,7 @@ Start by cloning the repo: git clone git@bitbucket.org:mahrouss/microkernel.git ``` -And execute: +And then execute: ``` make all |
