wok-current view grub2/description.txt @ rev 25710
Build full mesa features and split it
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon Jun 10 19:04:54 2024 +0000 (8 months ago) |
parents | |
children |
line source
1 GNU GRUB is a Multiboot boot loader.
2 It was derived from GRUB, the GRand Unified Bootloader,
3 which was originally designed and implemented by Erich Stefan Boleyn.
5 Briefly, a boot loader is the first software program that runs when a computer starts.
6 It is responsible for loading and transferring control to the operating system
7 kernel software (such as the Hurd or Linux).
8 The kernel, in turn, initialises the rest of the operating system (e.g. SliTaz).
10 GRUB 2 has replaced what was formerly known as GRUB (i.e. version 0.9x),
11 which has, in turn, become GRUB Legacy.
12 Enhancements to GRUB are still being made, but the current released versions are
13 quite usable for normal operation.