1
0
Fork 0
Commit graph

34 commits

Author SHA1 Message Date
Patryk Obara
de3e030a4d Update documentation for --printconf and --editconf
Also, use the same order of parameters listed in man page and README
manual file.
2020-04-29 04:08:00 +02:00
Patryk Obara
fe928af0cd Remove some outdated info and update manuals 2020-04-21 23:08:56 +02:00
Patryk Obara
c7281b1c48 Add platform-specific notes about config dir 2020-04-18 22:09:04 +02:00
Patryk Obara
44499e7f26 Update manuals regarding configuration path 2020-04-18 22:09:04 +02:00
Patryk Obara
82dcb47b3c Remove all physical CD-ROM references from manual 2019-12-18 22:31:19 +01:00
Patryk Obara
ddda555854 Remove MCI, DX, and DIO CD-ROM interfaces
Also, remove all traces of these interfaces from user manual (README
file) and man page (docs/dosbox.1).

MCI (Media Control Interface) was a primary Windows interface. Code
comments and documentation claimed, that it's only for "NT, 2000, XP"
but the code was enabled for Windows 2000 or later (version > 4.0).

DX (Digital audio eXtraction (?)) could be forced on any Windows with
autodetection working only on Vista and Windows 7 (code was disabled for
Windows 8 or later - probably unintentionally).

DIO used DeviceIoControl interface and Windows-specific ioctl calls.

All 3 interfaces depend on SDL and SDL_cdrom functionality to work.
SDL_cdrom 1.2 implementation uses MCI on Windows to provide the same
functionality.
2019-12-14 03:35:27 +01:00
Patryk Obara
e43f83a68a Remove ASPI CD-ROM interface
ASPI was supported by Microsoft only for Windows 95, 98 and, ME.
Adaptec supported this interface going forward for Windows NT, 2000,
and XP (32-bit only).
2019-12-09 21:36:27 +01:00
Peter Veenstra
96fb43a208 Slight reordering of the arguments. Add -socket
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3933
2015-09-08 13:44:34 +00:00
Peter Veenstra
fd65f6f897 Typos reported by debian project
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3762
2011-11-27 15:22:00 +00:00
Peter Veenstra
9df334048f Enchance RESCAN with drive paramater and -All flag
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3742
2011-08-16 10:41:59 +00:00
Peter Veenstra
c2ba5b3639 Typo. (debian package)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3708
2011-05-05 15:40:53 +00:00
Peter Veenstra
6976225474 Spelling fix.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3612
2010-05-25 07:58:13 +00:00
Peter Veenstra
dd8b5b2772 Document -userconf
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3601
2010-05-09 11:54:44 +00:00
Peter Veenstra
79f692235a Add some more descriptive texts, add aliases resetconf and resetmapper. Change titlebar to always include percentage. (rc3t2 changes)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3590
2010-05-04 14:40:11 +00:00
Peter Veenstra
e19e93e5c2 Add + document option to remove mapperfile used by a clean configuration.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3553
2010-02-26 15:18:56 +00:00
Peter Veenstra
984e627dd1 Include debian manpage fixes. Improve layout of the config -securemode option
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3529
2010-01-11 09:35:32 +00:00
Peter Veenstra
fb86dbe837 Some documentation updates.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3411
2009-05-27 14:34:06 +00:00
Peter Veenstra
3f2e4fbd83 Allow longer commandlines in MOUNT and IMGMOUNT.
Fix crash reported by MiniMax (mount -u 0).
Fix bug reported by Tearex ("config -get" broken).
Add some protection that makes it harder to mount a directory from
within an executable.
Add some protection to make mounting from command /c much harder.
Add a securemode commandline switch to config and dosbox that should make it
impossible to mount a location when this isn't wanted by the user. (Addresses concerns of CVE-2007-6328)
Update documentation to reflect this.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3114
2008-03-02 11:13:47 +00:00
Peter Veenstra
7daaf72e2d Small update
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2913
2007-07-03 18:17:45 +00:00
Peter Veenstra
54b29e831c Change configfile loading support. Introduce some sort of global configfile parsing and add some additional settings from local configuration files. Allow multiple configuration files to be specified at the commandline like patch 1513790.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2705
2006-10-08 19:26:04 +00:00
Peter Veenstra
1880321b6c Documentation corrections. Forwarded from the debian package.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2675
2006-07-22 08:34:30 +00:00
Peter Veenstra
06da2ec1db Time moves fast....
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2570
2006-03-29 10:18:57 +00:00
Peter Veenstra
35107bd3a4 A few typos pointed out ykhwong
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2568
2006-03-28 14:39:26 +00:00
Peter Veenstra
20bf2033ba mention all keys
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2567
2006-03-28 12:00:18 +00:00
Peter Veenstra
97296864da Updates for 0.63
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2066
2004-11-18 14:13:09 +00:00
Peter Veenstra
c68853a363 Document new label support
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2051
2004-11-12 22:13:13 +00:00
Peter Veenstra
767a418daa Updated it.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2048
2004-11-09 20:11:20 +00:00
Peter Veenstra
4c8e0fe30c Poor mans update
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1993
2004-09-23 19:22:28 +00:00
Peter Veenstra
ed76cb83a0 Added -version to dosbox.
Updated Readme(added -version. removed auto from machinetype)
Updated Manpage(added freesize, version and machinetype)


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1808
2004-06-05 11:17:23 +00:00
Peter Veenstra
7b27e666f2 Nicht Sehr Gut's Comments added
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1311
2003-10-12 18:28:54 +00:00
Peter Veenstra
cc967c135b typo and addition to config
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1299
2003-10-07 10:33:55 +00:00
Peter Veenstra
3db4631b74 typos corrected by wjp
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1298
2003-10-05 19:31:21 +00:00
Peter Veenstra
b46b57b845 Manpage updated
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1296
2003-10-05 19:13:15 +00:00
Sjoerd van der Berg
732df657f4 Manpages
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@855
2003-03-31 08:57:49 +00:00