Fixed memtest86+ binary (non-ELF) to run from floppy
This commit is contained in:
parent
fc705202c0
commit
11240e5ca3
@ -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
|
diff --git a/main.c b/main.c
|
||||||
index 613f811..44f49f8 100644
|
index 613f811..44f49f8 100644
|
||||||
--- a/main.c
|
--- a/main.c
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
Name: memtest86+
|
Name: memtest86+
|
||||||
Version: 5.01
|
Version: 5.01
|
||||||
Release: 10%{?dist}
|
Release: 11%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Summary: Stand-alone memory tester for x86 and x86-64 computers
|
Summary: Stand-alone memory tester for x86 and x86-64 computers
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -124,6 +124,9 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man8/*.8.gz
|
%{_mandir}/man8/*.8.gz
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jan 8 2016 Jaroslav Škarvada <jskarvad@redhat.com> - 5.01-10
|
||||||
- Fixed memtest86+ to run even if relocated above 1 MB
|
- Fixed memtest86+ to run even if relocated above 1 MB
|
||||||
(by real-mode-reloc patch)
|
(by real-mode-reloc patch)
|
||||||
|
Loading…
Reference in New Issue
Block a user