memtest86plus/.gitignore
Sam Demeulemeester 9053696e12
Switch Address Tests from SEQ to ONE for Faster Error Detection on HCC CPUs (#485)
* Change Address tests from SEQ to ONE for (much) faster startup on HCC CPUs
This change will dramatically decreases the time needed to find the first fault on high core count CPUs by switching the address tests from all cores to one core.
There is probably no (or very very few) cases where a computer will be allowed to pass basic POST if all cores can't reach all areas of the RAM, so this is probably the way to go

* Removed and excluded mt8plus binary and switched Test #1 to ONE
2025-02-06 14:14:38 +01:00

35 lines
284 B
Plaintext

# Prerequisites
*.d
# Preprocessed assembler
*.s
# Object files
*.o
# Generated files
build_version.h
gdbscript
memtest_shared_debug.lds
# Binaries
mt86plus
memtest_shared
memtest_shared.bin
*.bin
*.efi
*.img
*.iso
*.mbr
*.debug
# Directories
grub-iso
html
latex
# OVMF
OVMF*