BOOTBOOT: Difference between revisions

m
[unchecked revision][unchecked revision]
(Created page with "The BOOTBOOT loader has exactly the opposite philosophy than GRUB, it is not a Grand Unified Loader, rather a set of simple and small loaders which provide the same boot e...")
 
Line 35:
== There's more... ==
 
Besides of the pre-compiled boot loader binaries, BOOTBOOT also provides dependency free tools written in ANSI C to map GPT [[EFI System Partition]] into MBR, install boot sectors or send your ramdisk over serial line from another machine. The aforementioned Hello World kernel can be used a skeleton for your kernel. Forget the boot process, you can start by implementing your kernel right away.
 
For all the features and available options, read the PDF documentation. It describes how to install an initial ramdisk with your kernel in it on a disk image, what are the exact memory mappings, which C structure is used to pass information to your kernel, how to tell bootstrap processor from application processors apart, etc.
Anonymous user