----- Original Message ----- From: ali hagigat <hagigatali@xxxxxxxxx> To: gcc-help@xxxxxxxxxxx Date: Sun, 29 Aug 2010 11:39:30 +0430 Subject: object code created by GCC > I want to obtain an executable image from C files by gcc for 32 bit Intel CPU. > I do not want gcc add some headers and so on. I want a code with > absolute addresses so that I can write the code directly on a BIOS > chip and boot a computer from it. > > Can gcc do that? Do i need any extra tool to do it? > hm... you can compile linux kernel right ?