GNU GRUB (short for GNU GRand Unified Bootloader) is a boot loader package from the GNU Project.
5
votes
2answers
965 views
Does GRUB switch to protected mode?
I would like to ask if it is GRUB that switch the CPU to protected mode during boot up or is it the Linux kernel that does it. And also I would like to ask - is the kernel itself (vmlinuz) an ELF or ...
6
votes
3answers
1k views
Grub and getting into Real Mode (low-level assembly language programming)
I've been working on a toy OS and have been using grub as my boot loader. Recently when trying to use VGA I found that I couldn't use hardware interrupts. This I found was because I had been slung ...
1
vote
1answer
170 views
Change GRUB's variable using a C language
I was wondering if there is any way for me to write a C program to change the value off GRUB's variables.
I need to write a program that can reboot my computer on another OS, for example :
I am on ...