1
0
Fork 0

some hint when starting to port from msvc-based sources

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3401
This commit is contained in:
Sebastian Strohhäcker 2009-05-24 19:49:44 +00:00
parent b01982bf3d
commit d74770521b

View file

@ -1,6 +1,12 @@
Some notes about porting DOSBox to systems with certain restrictions,
like handheld devices.
General:
- depending on where you start off with the port, assure that the
config.h entries are correct/exhausting, like GCC_ATTRIBUTE is
required (struct packing) but is undefined if you base the port
on msvc sources which have a special config.h
If memory is a constraint:
- in paging.h out-comment the USE_FULL_TLB define to enable special
TLB linking code that uses less memory