vaseboot/include/grub/i386/pc
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
..
apm.h Implement APM 2010-09-15 11:42:18 +02:00
biosdisk.h Remove useless prototypes 2010-08-30 16:26:05 +02:00
biosnum.h 2009-06-11 Vladimir Serbinenko <phcoder@gmail.com> 2009-06-11 16:13:39 +00:00
boot.h Fix various issues created by previous commits 2010-04-26 10:56:12 +02:00
chainloader.h BPB patching support (untested) 2011-04-05 14:40:15 +02:00
console.h Move assembly code to C by using intwrap. It increases core size 2011-11-12 16:29:04 +01:00
int.h Fix interrupt mixup from previous commit. 2012-02-26 22:10:13 +01:00
kernel.h Defer multiboot device parsing until we're in compressed part. 2011-11-12 21:12:52 +01:00
memory.h Reorganise memory map handling 2010-09-04 17:10:10 +02:00
pxe.h * grub-core/Makefile.core.def (pxechain): New module. 2012-02-05 10:33:52 +01:00
time.h 2007-10-22 Robert Millan <rmh@aybabtu.com> 2007-10-22 19:59:33 +00:00
vbe.h Improve gettext support. Stylistic fixes and error handling fixes while 2012-02-08 19:26:01 +01:00
vesa_modes_table.h Implement APM 2010-09-15 11:42:18 +02:00