Import Adam Stanislav's Assembly Language Tutorial as a chapter of the DH.
SGML Markup by: Wylie Stillwell <wylie@osd.bsdi.com> and Valentino Vaschetto <logo@osd.bsdi.com> Approved by: Adam Stanislav
This commit is contained in:
parent
f868320eb8
commit
48e08f6677
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9412
8 changed files with 5820 additions and 27 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO_8859-1/books/developers-handbook/book.sgml,v 1.15 2001/04/18 08:57:47 nik Exp $
|
$FreeBSD: doc/en_US.ISO_8859-1/books/developers-handbook/book.sgml,v 1.16 2001/05/02 01:53:13 murray Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||||
|
|
@ -328,12 +328,7 @@
|
||||||
<part id="architectures">
|
<part id="architectures">
|
||||||
<title>Architectures</title>
|
<title>Architectures</title>
|
||||||
|
|
||||||
<chapter id="ia32">
|
&chap.x86;
|
||||||
<title>IA-32</title>
|
|
||||||
|
|
||||||
<para>Talk about the architectural specifics of FreeBSD/x86.</para>
|
|
||||||
|
|
||||||
</chapter>
|
|
||||||
|
|
||||||
<chapter id="alpha">
|
<chapter id="alpha">
|
||||||
<title>Alpha</title>
|
<title>Alpha</title>
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
Chapters should be listed in the order in which they are referenced.
|
Chapters should be listed in the order in which they are referenced.
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO_8859-1/books/developers-handbook/chapters.ent,v 1.4 2001/04/13 09:05:10 murray Exp $
|
$FreeBSD: doc/en_US.ISO_8859-1/books/developers-handbook/chapters.ent,v 1.5 2001/05/02 01:53:14 murray Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- Part one -->
|
<!-- Part one -->
|
||||||
|
|
@ -49,7 +49,7 @@
|
||||||
<!ENTITY chap.usb SYSTEM "usb/chapter.sgml">
|
<!ENTITY chap.usb SYSTEM "usb/chapter.sgml">
|
||||||
|
|
||||||
<!-- Part twelve -->
|
<!-- Part twelve -->
|
||||||
<!-- No significant material yet, still in book.sgml -->
|
<!ENTITY chap.x86 SYSTEM "x86/chapter.sgml">
|
||||||
|
|
||||||
<!-- Part thirteen -->
|
<!-- Part thirteen -->
|
||||||
<!-- No significant material yet, still in book.sgml -->
|
<!-- No significant material yet, still in book.sgml -->
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO_8859-1/books/developers-handbook/book.sgml,v 1.15 2001/04/18 08:57:47 nik Exp $
|
$FreeBSD: doc/en_US.ISO_8859-1/books/developers-handbook/book.sgml,v 1.16 2001/05/02 01:53:13 murray Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||||
|
|
@ -328,12 +328,7 @@
|
||||||
<part id="architectures">
|
<part id="architectures">
|
||||||
<title>Architectures</title>
|
<title>Architectures</title>
|
||||||
|
|
||||||
<chapter id="ia32">
|
&chap.x86;
|
||||||
<title>IA-32</title>
|
|
||||||
|
|
||||||
<para>Talk about the architectural specifics of FreeBSD/x86.</para>
|
|
||||||
|
|
||||||
</chapter>
|
|
||||||
|
|
||||||
<chapter id="alpha">
|
<chapter id="alpha">
|
||||||
<title>Alpha</title>
|
<title>Alpha</title>
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
Chapters should be listed in the order in which they are referenced.
|
Chapters should be listed in the order in which they are referenced.
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO_8859-1/books/developers-handbook/chapters.ent,v 1.4 2001/04/13 09:05:10 murray Exp $
|
$FreeBSD: doc/en_US.ISO_8859-1/books/developers-handbook/chapters.ent,v 1.5 2001/05/02 01:53:14 murray Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- Part one -->
|
<!-- Part one -->
|
||||||
|
|
@ -49,7 +49,7 @@
|
||||||
<!ENTITY chap.usb SYSTEM "usb/chapter.sgml">
|
<!ENTITY chap.usb SYSTEM "usb/chapter.sgml">
|
||||||
|
|
||||||
<!-- Part twelve -->
|
<!-- Part twelve -->
|
||||||
<!-- No significant material yet, still in book.sgml -->
|
<!ENTITY chap.x86 SYSTEM "x86/chapter.sgml">
|
||||||
|
|
||||||
<!-- Part thirteen -->
|
<!-- Part thirteen -->
|
||||||
<!-- No significant material yet, still in book.sgml -->
|
<!-- No significant material yet, still in book.sgml -->
|
||||||
|
|
|
||||||
2904
en_US.ISO8859-1/books/developers-handbook/x86/chapter.sgml
Normal file
2904
en_US.ISO8859-1/books/developers-handbook/x86/chapter.sgml
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO_8859-1/books/developers-handbook/book.sgml,v 1.15 2001/04/18 08:57:47 nik Exp $
|
$FreeBSD: doc/en_US.ISO_8859-1/books/developers-handbook/book.sgml,v 1.16 2001/05/02 01:53:13 murray Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||||
|
|
@ -328,12 +328,7 @@
|
||||||
<part id="architectures">
|
<part id="architectures">
|
||||||
<title>Architectures</title>
|
<title>Architectures</title>
|
||||||
|
|
||||||
<chapter id="ia32">
|
&chap.x86;
|
||||||
<title>IA-32</title>
|
|
||||||
|
|
||||||
<para>Talk about the architectural specifics of FreeBSD/x86.</para>
|
|
||||||
|
|
||||||
</chapter>
|
|
||||||
|
|
||||||
<chapter id="alpha">
|
<chapter id="alpha">
|
||||||
<title>Alpha</title>
|
<title>Alpha</title>
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
Chapters should be listed in the order in which they are referenced.
|
Chapters should be listed in the order in which they are referenced.
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO_8859-1/books/developers-handbook/chapters.ent,v 1.4 2001/04/13 09:05:10 murray Exp $
|
$FreeBSD: doc/en_US.ISO_8859-1/books/developers-handbook/chapters.ent,v 1.5 2001/05/02 01:53:14 murray Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- Part one -->
|
<!-- Part one -->
|
||||||
|
|
@ -49,7 +49,7 @@
|
||||||
<!ENTITY chap.usb SYSTEM "usb/chapter.sgml">
|
<!ENTITY chap.usb SYSTEM "usb/chapter.sgml">
|
||||||
|
|
||||||
<!-- Part twelve -->
|
<!-- Part twelve -->
|
||||||
<!-- No significant material yet, still in book.sgml -->
|
<!ENTITY chap.x86 SYSTEM "x86/chapter.sgml">
|
||||||
|
|
||||||
<!-- Part thirteen -->
|
<!-- Part thirteen -->
|
||||||
<!-- No significant material yet, still in book.sgml -->
|
<!-- No significant material yet, still in book.sgml -->
|
||||||
|
|
|
||||||
2904
en_US.ISO_8859-1/books/developers-handbook/x86/chapter.sgml
Normal file
2904
en_US.ISO_8859-1/books/developers-handbook/x86/chapter.sgml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue