1
0
Fork 0
Commit graph

47 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
61511a4bdf Merge branch 'svn/trunk' r4301 2019-12-10 15:27:14 +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
Patryk Obara
5d644b4f53 Create package-specific README file 2019-12-05 23:35:15 +01:00
Patryk Obara
f7fbdbf632 Move autoconfig-mandated files to docs/upstream
Autoconf enforces these files only for GNU projects. ATM these files are
out of date and might be misleading to the users.

As long as we'll not place files with the same names in this repo, git
will automatically update moved files when new commits from SVN will be
merged in.

For releases, it would probably be the best to write our own NEWS.md
file and generate CHANGES.md file out of git log.
2019-12-05 23:35:15 +01:00
Patryk Obara
a323e173c2 Merge branch 'svn/trunk' 2019-10-03 23:44:48 +02:00
Peter Veenstra
60204619d0 - Fix url to forum.
- Fix Bit8u instead of char weirdness for imageDisk (dreamer_)
- Give device_t a virtual empty destructor so some warning program
  doesn't go crazy.
- Give the code that moves the Z drive its own function for readability.
- Give sizes arrays default values again for warning program.
- Rewrite IMGMOUNT in order to exit early for clarity and attempt
  to group things together.



Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4267
2019-10-03 20:03:43 +00:00
Patryk Obara
b62a637157 Import svn:ignore props to .gitignore files 2019-09-15 20:34:57 +02: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
Sebastian Strohhäcker
d74770521b some hint when starting to port from msvc-based sources
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3401
2009-05-24 19:49:44 +00:00
Sebastian Strohhäcker
65396d5313 update porting docs
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3320
2009-03-15 18:54:46 +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
Sebastian Strohhäcker
b6785a6f05 enable flags invalidation for x86_64 backend; update docs
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2932
2007-07-26 19:09:14 +00:00
Peter Veenstra
7df4cc3629 Make PORTING part of the sourcepackage
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2926
2007-07-20 18:24:25 +00:00
Sebastian Strohhäcker
d4c94c16d5 add a few porting comments
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2915
2007-07-05 17:44:20 +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
49d47cfb2f Add 64 bit windows topic
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2799
2007-02-04 10:34:23 +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
0bd9accb67 Video documentation.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2560
2006-03-27 19:56:22 +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