diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2009-10-17 22:40:33 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2009-10-17 22:40:33 +0200 |
commit | de00e82b8c4491a4ff3320c0ddd80ac91ed0977b (patch) | |
tree | cc0cba1af4296759fc595ae2004eb1c6e3f8e918 | |
parent | beb6094a963a090a0cdd8b7f519dca0c4a0296a3 (diff) |
Fix multiboot compliancy concerning x86 D flag
i386/i386at/boothdr.S (boot_entry): Clear D flag.
-rw-r--r-- | i386/i386at/boothdr.S | 1 |
1 files changed, 1 insertions, 0 deletions
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 |