diff options
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) |
