We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13627d4 commit df8768eCopy full SHA for df8768e
docs/PORTING
@@ -1,6 +1,12 @@
1
Some notes about porting DOSBox to systems with certain restrictions,
2
like handheld devices.
3
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
+
10
If memory is a constraint:
11
- in paging.h out-comment the USE_FULL_TLB define to enable special
12
TLB linking code that uses less memory
0 commit comments