summaryrefslogtreecommitdiff
path: root/bootasm.S
diff options
context:
space:
mode:
authorFrans Kaashoek <[email protected]>2009-12-01 14:07:12 -0500
committerFrans Kaashoek <[email protected]>2009-12-01 14:07:12 -0500
commit7d7465a8581e672b073b3cbf83f1460cb86aed16 (patch)
treeacabf9293b3580c4dcf6b87afbf8673bcd18550c /bootasm.S
parent5e710e688ee946ba2557bb0c924063105ff7a99b (diff)
downloadxv6-labs-7d7465a8581e672b073b3cbf83f1460cb86aed16.tar.gz
xv6-labs-7d7465a8581e672b073b3cbf83f1460cb86aed16.tar.bz2
xv6-labs-7d7465a8581e672b073b3cbf83f1460cb86aed16.zip
8ae0 instead of 8e00, thanks yandong
Diffstat (limited to 'bootasm.S')
-rw-r--r--bootasm.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootasm.S b/bootasm.S
index 0d8f2a5..059cc1b 100644
--- a/bootasm.S
+++ b/bootasm.S
@@ -75,7 +75,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