From 2dcf5c3cc46890c4de5e72bd52b9539e415641a0 Mon Sep 17 00:00:00 2001 From: nyan Date: Wed, 4 Jan 2012 03:49:41 +0000 Subject: [PATCH] Fix 230MB MO support. Submitted by: Kaho Toshikazu MFC after: 1 week --- sys/boot/pc98/boot2/boot1.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/boot/pc98/boot2/boot1.S b/sys/boot/pc98/boot2/boot1.S index e4f48eb1a261..5c972061d07c 100644 --- a/sys/boot/pc98/boot2/boot1.S +++ b/sys/boot/pc98/boot2/boot1.S @@ -219,7 +219,7 @@ read: xor %ax,%ax jc read_load and $0xff7f,%si /* SCSI MO */ mov %di,%cx - shr $16,%di + shr $16,%edi mov %di,%dx jmp read_load read_fd: or $0xd000,%si