From de28175b45a5c0e38833ead415e6c075081e9d18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Thu, 19 Aug 2004 06:05:55 +0000 Subject: [PATCH] We need the whole 32 bit of the boot partition offset, not just the lower 16... git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8604 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/boot/platform/bios_ia32/shell.S | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/kernel/boot/platform/bios_ia32/shell.S b/src/kernel/boot/platform/bios_ia32/shell.S index 3fa33bf9c3..9c699b1617 100644 --- a/src/kernel/boot/platform/bios_ia32/shell.S +++ b/src/kernel/boot/platform/bios_ia32/shell.S @@ -1,6 +1,6 @@ /* ** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. -** Distributed under the terms of the OpenBeOS License. +** Distributed under the terms of the Haiku License. */ @@ -53,6 +53,7 @@ bfs_start: .byte 0x67 movb %dl, gBootDriveID - 0x10000 .byte 0x67 + .byte 0x66 movl %eax, gBootPartitionOffset - 0x10000 .code16