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
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
|
** 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
|
.byte 0x67
|
||||||
movb %dl, gBootDriveID - 0x10000
|
movb %dl, gBootDriveID - 0x10000
|
||||||
.byte 0x67
|
.byte 0x67
|
||||||
|
.byte 0x66
|
||||||
movl %eax, gBootPartitionOffset - 0x10000
|
movl %eax, gBootPartitionOffset - 0x10000
|
||||||
.code16
|
.code16
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user