diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-11 05:51:25 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-11 05:51:25 +0100 |
| commit | 342e27527797d5dd6f0ba3baa23c0bbc786892e1 (patch) | |
| tree | b8c86fefc71b9d4c400429a3c1e723beeae6f766 /src/boot/README.md | |
| parent | 7cee4def2634d3c4aed59c3ab66b65bbbf1ec751 (diff) | |
[CHORE] ARM64 port improvements, POSIXKit additions, and SysChk/BootNet improvements.kernel-bootkit-posix-additions
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/boot/README.md')
| -rw-r--r-- | src/boot/README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/boot/README.md b/src/boot/README.md new file mode 100644 index 00000000..2468efe6 --- /dev/null +++ b/src/boot/README.md @@ -0,0 +1,11 @@ +# The BootZ Bootloader + +A multi-platform bootloader written in C++ with modules support. + +## Design Rationale: + +BootZ like NeKernel is designed to be modular and production-ready. + +BootZ reads a `kernel` image before trying to run it. If it fails to find one, it will summon a `bootnet` module. + +Error Handling is very important as well, that's why we try before commiting (see BootKit.h) |
