Fixed memtest86+ binary (non-ELF) to run from floppy

This commit is contained in:
Jaroslav Škarvada 2016-01-28 18:03:13 +01:00
parent fc705202c0
commit 11240e5ca3
2 changed files with 4 additions and 14 deletions

View File

@ -1,16 +1,3 @@
diff --git a/defs.h b/defs.h
index 3891699..2060333 100644
--- a/defs.h
+++ b/defs.h
@@ -13,7 +13,7 @@
* Unlike earlier versions all of the settings are in defs.h
* so the build process should be more robust.
*/
-#define LOW_TEST_ADR 0x00010000 /* Final adrs for test code */
+#define LOW_TEST_ADR 0x00002000 /* Final adrs for test code */
#define BOOTSEG 0x07c0 /* Segment adrs for inital boot */
#define INITSEG 0x9000 /* Segment adrs for relocated boot */
diff --git a/main.c b/main.c
index 613f811..44f49f8 100644
--- a/main.c

View File

@ -9,7 +9,7 @@
Name: memtest86+
Version: 5.01
Release: 10%{?dist}
Release: 11%{?dist}
License: GPLv2
Summary: Stand-alone memory tester for x86 and x86-64 computers
Group: System Environment/Base
@ -124,6 +124,9 @@ rm -rf %{buildroot}
%{_mandir}/man8/*.8.gz
%changelog
* Thu Jan 28 2016 Jaroslav Škarvada <jskarvad@redhat.com> - 5.01-11
- Fixed memtest86+ binary (non-ELF) to run from floppy
* Fri Jan 8 2016 Jaroslav Škarvada <jskarvad@redhat.com> - 5.01-10
- Fixed memtest86+ to run even if relocated above 1 MB
(by real-mode-reloc patch)