diff --git a/util/romcc/romcc.1 b/util/romcc/romcc.1 new file mode 100644 index 0000000000..5e524719b2 --- /dev/null +++ b/util/romcc/romcc.1 @@ -0,0 +1,243 @@ +.\" 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