diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-09 00:18:25 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-09 00:18:25 +0000 |
commit | 634e26af7a02106038ae01ed39d03b75c63e70a3 (patch) | |
tree | 98401e6719c53eda748bd03333344ad00dd4df65 /sys/pc98/boot/biosboot/boot2.S | |
parent | 495a8f0a0a59d4dec7b1b3ac9591d9b46c7a724d (diff) |
Notes
Diffstat (limited to 'sys/pc98/boot/biosboot/boot2.S')
-rw-r--r-- | sys/pc98/boot/biosboot/boot2.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/boot/biosboot/boot2.S b/sys/pc98/boot/biosboot/boot2.S index de94f0098b56a..47b9a0643f453 100644 --- a/sys/pc98/boot/biosboot/boot2.S +++ b/sys/pc98/boot/biosboot/boot2.S @@ -173,7 +173,7 @@ ENTRY(boot2) #endif #ifdef PC98 - movb 0x11584, %dl + movb 0xA1584 - BOOTSEG * 0x10, %dl #endif movzbl %dl, %edx /* discard head (%dh) and random high bits */ pushl %edx |