Skip to content

Commit df8768e

Browse files
author
c2woody
committed
some hint when starting to port from msvc-based sources
git-svn-id: http://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3401 ed541006-0bf7-43e9-8c4d-6fc63c346d47
1 parent 13627d4 commit df8768e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/PORTING

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Some notes about porting DOSBox to systems with certain restrictions,
22
like handheld devices.
33

4+
General:
5+
- depending on where you start off with the port, assure that the
6+
config.h entries are correct/exhausting, like GCC_ATTRIBUTE is
7+
required (struct packing) but is undefined if you base the port
8+
on msvc sources which have a special config.h
9+
410
If memory is a constraint:
511
- in paging.h out-comment the USE_FULL_TLB define to enable special
612
TLB linking code that uses less memory

0 commit comments

Comments
 (0)