From de00e82b8c4491a4ff3320c0ddd80ac91ed0977b Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 17 Oct 2009 22:40:33 +0200 Subject: Fix multiboot compliancy concerning x86 D flag i386/i386at/boothdr.S (boot_entry): Clear D flag. --- i386/i386at/boothdr.S | 1 + 1 file changed, 1 insertion(+) diff --git a/i386/i386at/boothdr.S b/i386/i386at/boothdr.S index 27d0405..500a492 100644 --- a/i386/i386at/boothdr.S +++ b/i386/i386at/boothdr.S @@ -39,6 +39,7 @@ boot_hdr: #endif /* __ELF__ */ boot_entry: + cld /* Switch to our own interrupt stack. */ movl $_intstack+INTSTACK_SIZE,%esp -- cgit v1.2.3