From 11240e5ca3ce6fef85003da25279d9619448f23e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Thu, 28 Jan 2016 18:03:13 +0100 Subject: [PATCH] Fixed memtest86+ binary (non-ELF) to run from floppy --- memtest86+-5.01-real-mode-reloc.patch | 13 ------------- memtest86+.spec | 5 ++++- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/memtest86+-5.01-real-mode-reloc.patch b/memtest86+-5.01-real-mode-reloc.patch index 173a472..ccb8477 100644 --- a/memtest86+-5.01-real-mode-reloc.patch +++ b/memtest86+-5.01-real-mode-reloc.patch @@ -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 diff --git a/memtest86+.spec b/memtest86+.spec index 8bc0116..723963a 100644 --- a/memtest86+.spec +++ b/memtest86+.spec @@ -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 - 5.01-11 +- Fixed memtest86+ binary (non-ELF) to run from floppy + * Fri Jan 8 2016 Jaroslav Škarvada - 5.01-10 - Fixed memtest86+ to run even if relocated above 1 MB (by real-mode-reloc patch)