From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15803 invoked by alias); 5 Nov 2002 12:26:05 -0000 Mailing-List: contact ecos-maintainers-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: ecos-maintainers-owner@sources.redhat.com Received: (qmail 15796 invoked from network); 5 Nov 2002 12:26:02 -0000 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPartTM-000-c44dca5a-b040-4221-b2ad-d0c2396cd3b3" X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 Subject: eCos booting problem Date: Tue, 05 Nov 2002 04:26:00 -0000 Message-ID: <51E40E63D8A6314D8E4A411EF110AC2831E971@blr-m2-msg.wipro.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: eCos booting problem Thread-Index: AcKExnF/PrwikoH/QdiH8oKVJLpKlg== From: "Amit Chaudhary" To: X-OriginalArrivalTime: 05 Nov 2002 12:25:59.0254 (UTC) FILETIME=[7F37A760:01C284C6] X-SW-Source: 2002-11/txt/msg00007.txt.bz2 This is a multi-part message in MIME format. ------=_NextPartTM-000-c44dca5a-b040-4221-b2ad-d0c2396cd3b3 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C284C6.7E7A299E" ------_=_NextPart_001_01C284C6.7E7A299E Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-length: 591 Hi I am trying to boot eCos as stand alone on i386 pc target. I compiled source of eCos for RAM STARTUP and then complied my simple hello world=20 program hello.c given below: =20 main() { printf("Hello eCos World!\n"); return 0; } =20 The output generated was a.out in ELF format. I was using one kind of Boot Loader which can load ELF file & execute it.But everytime my pc got restarted. =20 Tell me how can I boot eCos kernel and what kind of loaders i have to use. I want to build a image of kernel which can be booted stand alone on pc target. =20 =20 Thanks and Regds, Amit=20 =20 ------_=_NextPart_001_01C284C6.7E7A299E Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-length: 2651 Message
Hi
I am tryi= ng to boot=20 eCos as stand alone on i386 pc target.
I compile= d source of=20 eCos for RAM STARTUP and then complied my simple hello world=20
program h= ello.c=20 given below:
 
main()
{
  pr= intf("Hello=20 eCos World!\n");
  re= turn=20 0;
}
 
The outpu= t generated=20 was a.out in ELF format.
I was usi= ng one kind=20 of Boot Loader which can load ELF file & execute it.But everytime my pc= got=20 restarted.
 
Tell me h= ow can I=20 boot eCos kernel and what kind of loaders i have to use.
I want to= build a=20 image of kernel which can be booted stand alone on pc=20 target.
 
 
Thanks an= d=20 Regds,
Amit
 
=00= ------_=_NextPart_001_01C284C6.7E7A299E-- ------=_NextPartTM-000-c44dca5a-b040-4221-b2ad-d0c2396cd3b3 Content-Type: text/plain; name="Wipro_Disclaimer.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="Wipro_Disclaimer.txt" Content-length: 522 **************************Disclaimer************************************************** Information contained in this E-MAIL being proprietary to Wipro Limited is 'privileged' and 'confidential' and intended for use only by the individual or entity to which it is addressed. You are notified that any use, copying or dissemination of the information contained in the E-MAIL in any manner whatsoever is strictly prohibited. **************************************************************************************** ------=_NextPartTM-000-c44dca5a-b040-4221-b2ad-d0c2396cd3b3--