diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-05-01 22:07:51 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-05-01 22:07:51 +0000 |
| commit | a49e1ec0cb1fe4d5b3842a8af4adace8776a6503 (patch) | |
| tree | 2520660715d086ec727472b865e600a7578136aa /FAQ | |
| parent | ac6b16d546c03c6b31d9414d53206777d47d6748 (diff) | |
COFF sections not restricted to 16 bits.
Submitted by: cubfm :)
Notes
svn path=/head/; revision=1465
Diffstat (limited to 'FAQ')
| -rw-r--r-- | FAQ/FAQ.sgml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/FAQ/FAQ.sgml b/FAQ/FAQ.sgml index a9a6b642ca..027f242f5d 100644 --- a/FAQ/FAQ.sgml +++ b/FAQ/FAQ.sgml @@ -1,12 +1,12 @@ <!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> <title>Frequently Asked Questions for FreeBSD 2.X <author>Maintainer: Peter da Silva <tt><htmlurl url='mailto:pds@FreeBSD.ORG' name='<pds@FreeBSD.ORG>'></tt> -<date>$Date: 1997-05-01 20:55:20 $</date> +<date>$Date: 1997-05-01 22:07:51 $</date> <abstract> 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> <p>The SVR3 object format. The header now comprises a section table, so you can have more than just .text, .data, and .bss - sections. IIRC, the section length values are 16-bit entities - only.</item> + sections.</item> <item><bf>ELF</bf> <p>The successor to <tt/COFF/, featuring Multiple sections |
