summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/boot/i386/boot2/boot1.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/boot/i386/boot2/boot1.S b/sys/boot/i386/boot2/boot1.S
index 909cdf2..cd39730 100644
--- a/sys/boot/i386/boot2/boot1.S
+++ b/sys/boot/i386/boot2/boot1.S
@@ -212,8 +212,7 @@ seta20.2: inb $0x64,%al # Get status
jnz seta20.2 # Yes
movb $0xdf,%al # Enable
outb %al,$0x60 # A20
-seta20.3:
- sti # Enable interrupts
+seta20.3: sti # Enable interrupts
jmp start+MEM_JMP-MEM_ORG # Start BTX
OpenPOWER on IntegriCloud