Memtest86+: Difference between revisions

From LFScript
No edit summary
Line 4: Line 4:
== Sources ==
== Sources ==
* <sourcecode>http://memtest.org/download/5.01/memtest86+-5.01.tar.gz</sourcecode>
* <sourcecode>http://memtest.org/download/5.01/memtest86+-5.01.tar.gz</sourcecode>
* <sourcecode>http://ftp4.de.freebsd.org/gentoo-portage/sys-apps/memtest86+/files/memtest86+-5.01-no-C-headers.patch</sourcecode>
* <sourcecode>http://ftp4.de.freebsd.org/gentoo-portage/sys-apps/memtest86+/files/memtest86+-5.01-reboot-def.patch</sourcecode>
* <sourcecode>http://ftp4.de.freebsd.org/gentoo-portage/sys-apps/memtest86+/files/memtest86+-5.01-io-extern-inline.patch</sourcecode>
* <sourcecode>http://ftp4.de.freebsd.org/gentoo-portage/sys-apps/memtest86+/files/memtest86+-5.01-no-scp.patch</sourcecode>


<md5>43c5832baa919e1206e251e735cdee2d  memtest86+-5.01.tar.gz</md5>
<md5>43c5832baa919e1206e251e735cdee2d  memtest86+-5.01.tar.gz</md5>


== Installation ==
== Installation ==
<build>make</build>
<build>patch -Np1 -i ../memtest86+-5.01-no-C-headers.patch &&
patch -Np1 -i ../memtest86+-5.01-reboot-def.patch &&
patch -Np1 -i ../memtest86+-5.01-io-extern-inline.patch &&
patch -Np1 -i ../memtest86+-5.01-no-scp.patch</build>


<build user="root">cp -v memtest.bin /boot/memtest86</build>
<build>make -j1</build>


== Notes ==
<build user="root">cp -v memtest.bin /boot/memtest86plus</build>
Currently, this package does not compile on <code>x86_64</code> systems.

Revision as of 18:16, 9 April 2017

LFScript can find this software under the name memtest86+.

Sources


MD5 Checksums:

43c5832baa919e1206e251e735cdee2d  memtest86+-5.01.tar.gz

Installation

patch -Np1 -i ../memtest86+-5.01-no-C-headers.patch &&
patch -Np1 -i ../memtest86+-5.01-reboot-def.patch &&
patch -Np1 -i ../memtest86+-5.01-io-extern-inline.patch &&
patch -Np1 -i ../memtest86+-5.01-no-scp.patch
make -j1

As the root user:

cp -v memtest.bin /boot/memtest86plus