grub/grub-core/boot
Vladimir 'phcoder' Serbinenko 94f064b4c9 Fix interrupt mixup from previous commit.
* include/grub/i386/pc/int.h (grub_i386_idt): New struct.
	(grub_realidt): New var.
	* grub-core/lib/i386/relocator16.S (grub_relocator16_idt): New variable
	Load idt.
	* grub-core/lib/i386/relocator.c (grub_relocator16_idt):
	New declaration.
	(grub_relocator16_boot): Set grub_relocator16_idt.
	* grub-core/kern/i386/realmode.S (realidt): Renamed to ...
	(LOCAL(realidt)): ... this.
	* grub-core/boot/i386/pc/startup_raw.S: Pass pointer to realidt in eax.
	* grub-core/kern/i386/pc/startup.S: Save pointer to realidt.
	(grub_realidt): New variable.
2012-02-26 22:10:13 +01:00
..
decompressor Avoid unnecessary copying on MIPS. 2011-05-17 21:40:35 +02:00
i386 Fix interrupt mixup from previous commit. 2012-02-26 22:10:13 +01:00
mips Fix MIPS compilation. 2011-11-12 21:38:04 +01:00
sparc64/ieee1275 Removed unused GRUB_BOOT_VERSION. Check for kernel version is better 2011-10-19 23:01:44 +02:00