diff options
-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 |