diff options
author | tsarna <tsarna@pkgsrc.org> | 1998-07-19 18:08:50 +0000 |
---|---|---|
committer | tsarna <tsarna@pkgsrc.org> | 1998-07-19 18:08:50 +0000 |
commit | ebdad8f3b7d38a08ec9f8c5557c8319b59a31766 (patch) | |
tree | 1d321de834e8b2872dc4f225bf28d0886a4e2f1a /emulators | |
parent | 1875b076f07161f26871ab3c32388de79269c887 (diff) | |
download | pkgsrc-ebdad8f3b7d38a08ec9f8c5557c8319b59a31766.tar.gz |
Improve wording
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/doscmd/pkg/DESCR | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/emulators/doscmd/pkg/DESCR b/emulators/doscmd/pkg/DESCR index a1fe631ab84..a3a21211a2d 100644 --- a/emulators/doscmd/pkg/DESCR +++ b/emulators/doscmd/pkg/DESCR @@ -2,6 +2,7 @@ doscmd, an MS-DOS emulator (NetBSD/i386 only) Doscmd simulates an MS-DOS environment for running DOS software. Rather than provide a software emulation of the 8086 CPU, it uses the -NetBSD/i386 system call i386_vm86() call using the VM86 mode of i386 and -later CPUs, so it runs much more quickly, at the cost of not running on -other architectures. +NetBSD/i386 system call i386_vm86() call to access the VM86 mode of i386 +and later CPUs. It therefore runs much more quickly, at the cost of not +running on other architectures. + |