run a single task on a bare bones operating system

Posted by Naveen on Stack Overflow See other posts from Stack Overflow or by Naveen
Published on 2010-04-28T06:37:00Z Indexed on 2010/04/28 6:43 UTC
Read the original article Hit count: 332

Filed under:
|

I would like to cross compile an ansi c program from linux for a the barest bare boned operating system that can read a single file and write to a single file on an x86. Then I would like to reboot into that bare os, and run that single program. What are my choices ?

© Stack Overflow or respective owner

Related posts about bootloader

Related posts about bare-metal