Changeset 14d532b in rtems-docs
- Timestamp:
- 01/16/16 15:41:31 (8 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 11d2a74
- Parents:
- aa3dcf4
- git-author:
- Amar Takhar <verm@…> (01/16/16 15:41:31)
- git-committer:
- Amar Takhar <verm@…> (05/03/16 00:51:22)
- Location:
- filesystem
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
filesystem/index.rst
raa3dcf4 r14d532b 1 .. COMMENT: %**end of header2 3 .. COMMENT: COPYRIGHT (c) 1989-2013.4 5 .. COMMENT: On-Line Applications Research Corporation (OAR).6 7 .. COMMENT: All rights reserved.8 9 .. COMMENT: Master file for the Filesystem Design Guide10 11 .. COMMENT: COPYRIGHT (c) 1988-2002.12 13 .. COMMENT: On-Line Applications Research Corporation (OAR).14 15 .. COMMENT: All rights reserved.16 17 .. COMMENT: The following determines which set of the tables and figures we will use.18 19 .. COMMENT: We default to ASCII but if available TeX or HTML versions will20 21 .. COMMENT: be used instead.22 23 .. COMMENT: @clear use-html24 25 .. COMMENT: @clear use-tex26 27 .. COMMENT: The following variable says to use texinfo or html for the two column28 29 .. COMMENT: texinfo tables. For somethings the format does not look good in html.30 31 .. COMMENT: With our adjustment to the left column in TeX, it nearly always looks32 33 .. COMMENT: good printed.34 35 .. COMMENT: Custom whitespace adjustments. We could fiddle a bit more.36 37 .. COMMENT: Title Page Stuff38 39 .. COMMENT: I don't really like having a short title page. -joel40 41 .. COMMENT: @shorttitlepage RTEMS Filesystem Design Guide42 43 1 ============================= 44 2 RTEMS Filesystem Design Guide 45 3 ============================= 46 47 .. COMMENT: COPYRIGHT (c) 1988-2015.48 49 .. COMMENT: On-Line Applications Research Corporation (OAR).50 51 .. COMMENT: All rights reserved.52 53 .. COMMENT: The following puts a space somewhere on an otherwise empty page so we54 55 .. COMMENT: can force the copyright description onto a left hand page.56 4 57 5 COPYRIGHT © 1988 - 2015. … … 75 23 76 24 Any inquiries for commercial services including training, support, custom 77 development, application development assistance should be directed tohttp://www.rtems.com. 78 79 .. COMMENT: This prevents a black box from being printed on "overflow" lines. 80 .. COMMENT: The alternative is to rework a sentence to avoid this problem. 25 development, application development assistance should be directed to http://www.rtems.com. 81 26 82 27 … … 85 30 86 31 .. toctree:: 32 33 preface 34 35 36 .. toctree:: 87 37 :maxdepth: 3 88 38 :numbered: 89 39 90 preface91 40 pathname_eval 92 41 system_init … … 99 48 command_and_variable 100 49 50 * :ref:`genindex` 51 * :ref:`search` 52 53 -
filesystem/preface.rst
raa3dcf4 r14d532b 1 ======= 1 2 Preface 2 ####### 3 ======= 3 4 4 5 This document describes the implementation of the RTEMS filesystem
Note: See TracChangeset
for help on using the changeset viewer.