.\" Copyright (C) 2006 Uwe Hermann . .\" This manpage is licensed under the terms of the GNU GPL. .TH ROMCC 1 "September 7, 2006" .SH NAME romcc \- compile C programs into binaries that don't use any RAM .SH SYNOPSIS .B romcc .BR [ OPTIONS ] .IR "" ".c" .SH DESCRIPTION .B romcc is a C compiler which produces binaries which do not rely on RAM, but instead only use CPU registers. .br It is prominently used in the LinuxBIOS project to compile C code which needs to run before the (Linux)BIOS has initialized the RAM, but can be used for other purposes, too. .SH OPTIONS .B "\-o" Output file name. .PP .B "\-f