Update README.md

This commit is contained in:
Wengier
2022-01-04 00:17:18 -05:00
committed by GitHub
parent 50bfc928d7
commit 342048e5c4

View File

@@ -55,7 +55,7 @@ Although based on the DOSBox project, DOSBox-X is now a separate project because
* Support for different ways to customize the internal Z: drive
* Support for CPU types like Pentium Pro/II and MMX instructions
* Support for CPU types like Pentium Pro, II, III and MMX instructions
* Support for IDE interfaces and improved Windows 3.x/9x emulation
@@ -204,14 +204,14 @@ system to limit what the DOSBox-X executable is allowed to do.
DOSBox-X aims to be a fully-featured DOS emulation package, but there are
some things the design as implemented now cannot accommodate.
* Pentium III or higher CPU level emulation.
* Pentium 4 or higher CPU level emulation.
DOSBox-X contains code only to emulate the 8086 through the Pentium II.
DOSBox-X contains code only to emulate the 8086 through the Pentium III.
Real DOS systems (MS-DOS and compatibles) also work best with these CPUs.
If Pentium III or higher emulation is desired, consider using a PC
If Pentium 4 or higher emulation is desired, consider using a PC
emulator like Bochs or QEMU instead. DOSBox-X may eventually develop
Pentium III emulation, if wanted by the DOSBox-X community in general.
Pentium 4 emulation, if wanted by the DOSBox-X community in general.
* Emulation of PC hardware 2001 or later.