From 8255c94785532b1c6fc4937d710379d4c9f679c4 Mon Sep 17 00:00:00 2001 From: Gene Cumm Date: Tue, 21 Dec 2010 07:23:06 -0500 Subject: [PATCH] core/diskboot.inc: fix bug; Sect1Ptr1_VAL --- core/diskboot.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/diskboot.inc b/core/diskboot.inc index 73e52c4..8f04f37 100644 --- a/core/diskboot.inc +++ b/core/diskboot.inc @@ -264,7 +264,7 @@ eddcheck: ; mov eax,strict dword Sect1Ptr0_VAL ; 0xdeadbeef Sect1Ptr0 equ $-4 - mov edx,strict dword Sect1Ptr0_VAL ; 0xfeedface + mov edx,strict dword Sect1Ptr1_VAL ; 0xfeedface Sect1Ptr1 equ $-4 mov bx,ldlinux_sys ; Where to load it call getonesec -- 2.7.4