[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
grub_machine_fini
From: |
Yoshinori K. Okuji |
Subject: |
grub_machine_fini |
Date: |
Tue, 15 Feb 2005 01:15:56 +0100 |
User-agent: |
KMail/1.7.1 |
I added a new function grub_machine_fini which is an arch-specific
function. This function is not called automatically, and used only for
grub-emu at the moment. I implemented this function for grub-emu and
PC.
This function should be implemented for all architectures, and should be
called before GRUB exits. I think it is unnecessary to call this
function from reboot or halt, because the machine should be reset
completely in this case. So this should be called maybe only from boot.
BTW, I disabled SIGINT in grub-emu, because I wanted to let grub-emu
catch C-c. When you want to quit grub-emu, you can use halt or reboot
(or C-\).
Okuji
- grub_machine_fini,
Yoshinori K. Okuji <=