From owner-freebsd-platforms@FreeBSD.ORG Wed Jan 2 10:42:50 2008 Return-Path: Delivered-To: freebsd-platforms@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 77CD616A419 for ; Wed, 2 Jan 2008 10:42:50 +0000 (UTC) (envelope-from alexbez@gmail.com) Received: from hs-out-2122.google.com (hs-out-0708.google.com [64.233.178.240]) by mx1.freebsd.org (Postfix) with ESMTP id B8F2113C447 for ; Wed, 2 Jan 2008 10:42:49 +0000 (UTC) (envelope-from alexbez@gmail.com) Received: by hs-out-2122.google.com with SMTP id j58so4332927hsj.11 for ; Wed, 02 Jan 2008 02:42:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=gdEb73prAqU6Lwp4iKBu1wBQh/IRpiL9Vv9GGKnm634=; b=af9W3pm2lBzh+j+kpAsUpsK44q6lZrYpEppBH2D67R4nuMb+1ZY/8WrjDEM3aANyGCyqV+sBDLSpXD7XwhLkZ4qlItmd4HClxK5bAngiHvfutBYmzd/n7feLFtqdrf5pxXGwwGeu9nF3KOnYbu+h81KdQ3yi/gTz9/hsD2pB/oA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=IWK0k2/4D/fBb7Zt+W2g2cbNPgiaO4T7tCWQnYvD8EocSQHAbOtMRE2WTeQamaKwF54Wh3GCHKSzPFMbk4F6CV3tO6KH3dhb2xxIvnqLrAHtM4bMnRGMjvf7zIr9d0SYs7OQGn5sY3PmShFMsAj2vOJgJ92f9X4ir+Z/ka/xLeo= Received: by 10.150.153.19 with SMTP id a19mr3667579ybe.102.1199269002651; Wed, 02 Jan 2008 02:16:42 -0800 (PST) Received: by 10.150.149.12 with HTTP; Wed, 2 Jan 2008 02:16:42 -0800 (PST) Message-ID: <12e0c06a0801020216s3a881e7cu2fbb9e555133289d@mail.gmail.com> Date: Wed, 2 Jan 2008 12:16:42 +0200 From: "Alexander Bezprozvanny" To: freebsd-platforms@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: [Q] Porting FreeBSD to run on top of some proprietary hard real time OS on exotic HW? X-BeenThere: freebsd-platforms@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting to Non-Intel platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 10:42:50 -0000 Hi all, We are facing the need to port FreeBSD to some (exotic) HW platform. I am totally new to this business, so I need to do some homework before coming up with a sensible project plan. The target HW platform already has some sort of a primitive proprietary hard real time OS running on it. Current plan is to have FreeBSD running in the idle process of that OS. The question is: what would be the requirements to that underlying OS from FreeBSD? What services/APIs shall it provide for FreeBSD? How the HW virtualization works in this case (RTC, etc)? If someone could point me to some resources/discussions on this subject, that would be most appreciated. Thank you! Alexander Bezprozvanny