From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Weiss Subject: Re: Starting with bcc and ELKS Date: Tue, 10 Mar 2009 18:42:42 -0700 (PDT) Message-ID: <641218.1136.qm@web50510.mail.re2.yahoo.com> References: <20090310232155.4dc5e15d.dg@cowlark.com> Reply-To: cis_daytona@yahoo.com Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1236735763; bh=Q9JfE+pB3/htaxfsn2vGCp0dYA26Fjp4lo71iATGcgc=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=QtT6ZurJVxgzrWHXQFSbox+PoHoaW1gBzkDlEKQNj5eXXdQAerNMAqMnYl6svD/1rzTyxpB2Po3f61Qmq87h2swXHAMr++Xii1qQTiylvrH4XzeOCGdbCw4WZnoCVCxC7NehtPfTRAQ8F9/81a1osbrzLON21rJhl15WxFxWJqI= In-Reply-To: <20090310232155.4dc5e15d.dg@cowlark.com> Sender: linux-8086-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-8086@vger.kernel.org > silvercreekvalley > wrote: > [...] > > I've just started looking at the ELKS software and > > have made a start with the bcc development > environment. > > > > I can compile and wondered if there is an easy way of > > generating executables that run on regular linux. > > Somewhere --- possibly shipped with your bcc --- there > should be a command called elksemu that will let you run > ELKS binaries built with bcc. But this stuff is all pretty > archaic so I don't know if it still works. > > The binaries themselves are 16 bit code and won't run > on a normal Linux system without help. > > -- > David Given > dg@cowlark.com > -- (Sorry, David- This was supposed to go to the list, not only to you) I've never tried this, but don't you have to have BINFMT_AOUT or BIMFMT_MISC enabled in your kernel?