袁源 <[EMAIL PROTECTED]> writes:

Hi,

> I have a question about the boot command after reading its
> implementation. Before the really boot function executes, the
> function grub_machine_fini() will be executed if
> grub_loader_noreturn is true. I don't know why. Why can't we just
> boot without grub_machine_fini() being executed ?

It's used to free claimed memory, restore the video mode, etc.  This
depends on the specific port.  Why do you want to remove this?

--
Marco



_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to