* boot/i386/pc/boot.S (general_error): Before looping, try INT
18H, which might help the BIOS falling back to next boot media.
+2006-02-01 Yoshinori K. Okuji <okuji@enbug.org>
+
+ * boot/i386/pc/boot.S (general_error): Before looping, try INT
+ 18H, which might help the BIOS falling back to next boot media.
+
2006-01-25 Yoshinori K. Okuji <okuji@enbug.org>
* util/i386/pc/grub-install.in: Escape a backslash. Reported by
MSG(general_error_string)
/* go here when you need to stop the machine hard after an error condition */
+ /* tell the BIOS a boot failure, which may result in no effect */
+ int $0x18
stop: jmp stop
notification_string: .string "GRUB "
struct grub_multiboot_info
{
- /* MultiBoot info version number */
+ /* Multiboot info version number */
grub_uint32_t flags;
/* Available memory from BIOS */