diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2009-10-18 16:22:45 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2009-10-18 16:22:45 +0200 |
commit | e13b42aeee93f1662da5f5e83f93304972a3fa6d (patch) | |
tree | eaaabb4255e539a2b4bd0d24d5325e7e061d68cf | |
parent | de00e82b8c4491a4ff3320c0ddd80ac91ed0977b (diff) |
Revert "Fix multiboot compliancy concerning x86 D flag"
This reverts commit de00e82b8c4491a4ff3320c0ddd80ac91ed0977b.
Flags already get cleared using push/pop a few instructions later.
-rw-r--r-- | i386/i386at/boothdr.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/i386/i386at/boothdr.S b/i386/i386at/boothdr.S index 500a492..27d0405 100644 --- a/i386/i386at/boothdr.S +++ b/i386/i386at/boothdr.S @@ -39,7 +39,6 @@ boot_hdr: #endif /* __ELF__ */ boot_entry: - cld /* Switch to our own interrupt stack. */ movl $_intstack+INTSTACK_SIZE,%esp |