From 342e27527797d5dd6f0ba3baa23c0bbc786892e1 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 11 Mar 2026 05:51:25 +0100 Subject: [CHORE] ARM64 port improvements, POSIXKit additions, and SysChk/BootNet improvements. Signed-off-by: Amlal El Mahrouss --- src/boot/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/boot/README.md (limited to 'src/boot/README.md') 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) -- cgit v1.2.3