Changes since 2.10: Enhancements in v4.00: * New Features - Major Architectural changes - First pass twice faster (reduced iterations) - Detect DDR2/3 brands and part numbers on Intel DDR2/3 chipsets - Added detection for Intel "Clarkdale" CPU - Added detection for Intel "Gulftown" CPU - Added detection for AMD "Magny-Cours" CPU - Added detection for Intel XMP Memory - Added for CPU w/ 0.5/1.5/3/6/12/16/18/24MB L3 - Added "clean" DMI detection for DDR3/FBDIMM2 - Better detection of Integrated Memory Controllers * Bug Fixes - Corrected detection for Intel "Lynnfield" CPU - Corrected detection for AMD 45nm K10 CPU - Solved crash with AMD Geode LX - Complies with SMBIOS 2.6.1 specs - Fixed compilation issues with gcc 4.2+ - Many others bug fixes Memtest86+ "3.00" was skipped and renamed 4.00 in order to avoid confusion with the original Memtest. Enhancements in v2.11 : - Added support for Intel Core i5 (Lynnfield) CPU - Added support for Intel P55 Southbridge - Added support for Intel PM45/GM45/GM47 Mobile chipset - Added support for Intel GL40/GS45 Mobile chipset - Corrected DDR2/DDR3 detection on Intel x35/x45 - Corrected detection on some Core i7 CPU - Fixed a bug with some AMI BIOS (freeze at startup) - Various bug fixes
21 lines
415 B
Text
21 lines
415 B
Text
$NetBSD: patch-aa,v 1.4 2009/11/24 17:20:40 jakllsch Exp $
|
|
|
|
--- Makefile.orig 2009-09-22 00:35:46.000000000 +0000
|
|
+++ Makefile
|
|
@@ -6,7 +6,7 @@
|
|
#
|
|
# Path for the floppy disk device
|
|
#
|
|
-FDISK=/dev/fd0
|
|
+FDISK=/dev/fd0a
|
|
|
|
AS=as -32
|
|
CC=gcc
|
|
@@ -61,7 +61,6 @@ asm:
|
|
iso:
|
|
make all
|
|
./makeiso.sh
|
|
- rm -f *.o *.s memtest.bin memtest memtest_shared memtest_shared.bin
|
|
|
|
install: all
|
|
dd <memtest.bin >$(FDISK) bs=8192
|