From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel De Graaf Subject: Re: [PATCH 10/24] mini-os: create app-specific configuration Date: Fri, 27 Jan 2012 10:26:33 -0500 Message-ID: <4F22C229.5070508@tycho.nsa.gov> References: <1327607111-15394-1-git-send-email-dgdegra@tycho.nsa.gov> <1327607111-15394-11-git-send-email-dgdegra@tycho.nsa.gov> <1327658669.26983.148.camel@zakaz.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1327658669.26983.148.camel@zakaz.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Campbell Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On 01/27/2012 05:04 AM, Ian Campbell wrote: > On Thu, 2012-01-26 at 19:44 +0000, Daniel De Graaf wrote: >> Instead of using CONFIG_QEMU and CONFIG_GRUB to enable or disable minios >> code, create CONFIG_ items for features and use application-specific >> configuration files to enable or disable the features. >> >> The configuration flags are currently added to the compiler command >> line; as the number of flags grows this may need to move to a header. >> >> Signed-off-by: Daniel De Graaf > > Acked-by: Ian Campbell > >> diff --git a/stubdom/c/minios.cfg b/stubdom/c/minios.cfg >> new file mode 100644 >> index 0000000..e69de29 >> diff --git a/stubdom/caml/minios.cfg b/stubdom/caml/minios.cfg >> new file mode 100644 >> index 0000000..e69de29 > > These are new empty files? That's ok -- just wanted to check there > wasn't some patch weirdness happening. > > Ian. > > Yes; the C and CAML stub domains just use the defaults.