rdf2bin.1

来自「汇编编译器的最新版本的源码.买了自己动手写操作系统这本书的人一定要下」· 1 代码 · 共 32 行

1
32
字号
.TH RDF2BIN 1 "September 6, 1999" "Debian Project" "Debian Manual"
.SH NAME
rdf2bin, rdf2com \- convert an RDOFF object file to flat binary
.SH SYNOPSIS
.B rdf2bin
.RI "[-o " relocation-origin ]
.RI "[-p " segment-alignment ]
.I input-file
.I output-file
.br
.B rdf2com
.RI "[-p " segment-alignment ]
.I input-file
.I output-file
.SH OPTIONS
.TP
.RI "-o " relocation-origin
Relocate at origin
.IR relocation-origin .
If invoked as
.BR rdf2com ,
the default relocation origin will be 0x100. Else, the default origin is 0.
.TP
.RI "-p " segment-alignment
Pad segments until their size is a multiple of
.IR segment-alignment .
By default, 16 is used.
.SH AUTHORS
Julian Hall <jules@earthcorp.com>.
.PP
This manual page was written by Matej Vela <vela@debian.org>.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?