* grub-core/boot/i386/pc/startup_raw.S (multiboot_trampoline): Fix

size calculation.
	* grub-core/kern/i386/realmode.S (realidt): Assume default BIOS IDT if
	none is known.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-03-08 18:54:25 +01:00
parent 55b20e588c
commit 52bfedfa39
3 changed files with 9 additions and 2 deletions

View file

@ -117,7 +117,7 @@ gdtdesc:
.word 0x27 /* limit */
.long gdt /* addr */
LOCAL(realidt):
.word 0
.word 0x400
.long 0
protidt:
.word 0