13 lines
547 B
Markdown
13 lines
547 B
Markdown
# Bootloader
|
|
|
|
Nanite has support for a couple of loaders, including GRUB2 and anything supporting the multiboot2 standard
|
|
Nanite ALSO has its own custom bootloader called NBOOT, while temporarily abandoned between 2025-2026 its being re-written from scratch.
|
|
|
|
## GRUB
|
|
|
|
Grub's support is... mixed? its fairly buggy as it falls back on BIOS memory detection (since i can't seem to get multiboot2's mem info block to work...)
|
|
Its very Useful for testing tho
|
|
|
|
## NBOOT
|
|
|
|
NBOOT is, experimental and unfinished, looking at it wrong would likely break it. |