diff options
Diffstat (limited to 'bootother.S')
-rw-r--r-- | bootother.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootother.S b/bootother.S index 9005d48..11d32f1 100644 --- a/bootother.S +++ b/bootother.S @@ -69,7 +69,7 @@ start32: movw $0x8a00, %ax # 0x8a00 -> port 0x8a00 movw %ax, %dx outw %ax, %dx - movw $0x8e00, %ax # 0x8e00 -> port 0x8a00 + movw $0x8ae0, %ax # 0x8ae0 -> port 0x8a00 outw %ax, %dx spin: jmp spin |