COFF sections not restricted to 16 bits.
Submitted by: cubfm :)
This commit is contained in:
parent
ac6b16d546
commit
a49e1ec0cb
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=1465
1 changed files with 3 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
||||||
<!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc//EN">
|
<!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc//EN">
|
||||||
<!-- $Id: FAQ.sgml,v 1.47 1997-05-01 20:55:20 jkh Exp $ -->
|
<!-- $Id: FAQ.sgml,v 1.48 1997-05-01 22:07:51 jkh Exp $ -->
|
||||||
|
|
||||||
<article>
|
<article>
|
||||||
|
|
||||||
<title>Frequently Asked Questions for FreeBSD 2.X
|
<title>Frequently Asked Questions for FreeBSD 2.X
|
||||||
<author>Maintainer: Peter da Silva <tt><htmlurl url='mailto:pds@FreeBSD.ORG'
|
<author>Maintainer: Peter da Silva <tt><htmlurl url='mailto:pds@FreeBSD.ORG'
|
||||||
name='<pds@FreeBSD.ORG>'></tt>
|
name='<pds@FreeBSD.ORG>'></tt>
|
||||||
<date>$Date: 1997-05-01 20:55:20 $</date>
|
<date>$Date: 1997-05-01 22:07:51 $</date>
|
||||||
|
|
||||||
<abstract>
|
<abstract>
|
||||||
This is the FAQ for FreeBSD systems version 2.X All entries are
|
This is the FAQ for FreeBSD systems version 2.X All entries are
|
||||||
|
@ -1903,8 +1903,7 @@ pseudo-device vn #Vnode driver (turns a file into a device)
|
||||||
<item><bf>COFF</bf>
|
<item><bf>COFF</bf>
|
||||||
<p>The SVR3 object format. The header now comprises a section
|
<p>The SVR3 object format. The header now comprises a section
|
||||||
table, so you can have more than just .text, .data, and .bss
|
table, so you can have more than just .text, .data, and .bss
|
||||||
sections. IIRC, the section length values are 16-bit entities
|
sections.</item>
|
||||||
only.</item>
|
|
||||||
|
|
||||||
<item><bf>ELF</bf>
|
<item><bf>ELF</bf>
|
||||||
<p>The successor to <tt/COFF/, featuring Multiple sections
|
<p>The successor to <tt/COFF/, featuring Multiple sections
|
||||||
|
|
Loading…
Reference in a new issue