How to create a standalone C program?
- From: dspfun <dspfun@xxxxxxxxxxx>
- Date: Tue, 31 Jul 2007 12:08:40 -0700
How do you create a standalone C program? With standalone C program I
mean it should run "freestanding" on a CPU without an OS or other
supporting software/libraries linked to the C program. After the bios/
setup has done its initializations and "stuff" I would like to be able
to continue execution with my own C program. The C program will be
really simple to start with, for example just write an integer value
to a memory address.
Thanks!
.
- Follow-Ups:
- Re: How to create a standalone C program?
- From: Malcolm McLean
- Re: How to create a standalone C program?
- From: santosh
- Re: How to create a standalone C program?
- Prev by Date: Re: Malcolm's new book
- Next by Date: Re: Problems with function that returns a pointer to array of strings
- Previous by thread: CERT C Programming Language Secure Coding Standard
- Next by thread: Re: How to create a standalone C program?
- Index(es):
Relevant Pages
|