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:
parent
b01982bf3d
commit
d74770521b
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue