From d74770521b3b27492913acca600541458c527f68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Strohh=C3=A4cker?= Date: Sun, 24 May 2009 19:49:44 +0000 Subject: [PATCH] some hint when starting to port from msvc-based sources Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3401 --- docs/PORTING | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/PORTING b/docs/PORTING index f95c62d1..4a47607e 100644 --- a/docs/PORTING +++ b/docs/PORTING @@ -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