mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
First cut at complete document under CVS and texinfo.
This commit is contained in:
@@ -22,7 +22,8 @@ dirs:
|
|||||||
COMMON_FILES=../common/cpright.texi ../common/setup.texi
|
COMMON_FILES=../common/cpright.texi ../common/setup.texi
|
||||||
|
|
||||||
GENERATED_FILES=basefs.texi applayering.texi patheval.texi \
|
GENERATED_FILES=basefs.texi applayering.texi patheval.texi \
|
||||||
init.texi mounting.texi lifecycle.texi syscalls.texi
|
init.texi mounting.texi lifecycle.texi imfs.texi \
|
||||||
|
syscalls.texi basefs.texi
|
||||||
|
|
||||||
FILES= $(PROJECT).texi \
|
FILES= $(PROJECT).texi \
|
||||||
preface.texi $(GENERATED_FILES)
|
preface.texi $(GENERATED_FILES)
|
||||||
@@ -82,6 +83,11 @@ lifecycle.texi: lifecycle.t Makefile
|
|||||||
-u "Top" \
|
-u "Top" \
|
||||||
-n "" ${*}.t
|
-n "" ${*}.t
|
||||||
|
|
||||||
|
imfs.texi: imfs.t Makefile
|
||||||
|
$(BMENU) -p "" \
|
||||||
|
-u "Top" \
|
||||||
|
-n "" ${*}.t
|
||||||
|
|
||||||
syscalls.texi: syscalls.t Makefile
|
syscalls.texi: syscalls.t Makefile
|
||||||
$(BMENU) -p "" \
|
$(BMENU) -p "" \
|
||||||
-u "Top" \
|
-u "Top" \
|
||||||
|
|||||||
@@ -69,6 +69,7 @@ END-INFO-DIR-ENTRY
|
|||||||
@include init.texi
|
@include init.texi
|
||||||
@include mounting.texi
|
@include mounting.texi
|
||||||
@include lifecycle.texi
|
@include lifecycle.texi
|
||||||
|
@include imfs.texi
|
||||||
@include syscalls.texi
|
@include syscalls.texi
|
||||||
@ifinfo
|
@ifinfo
|
||||||
@node Top, Preface, (dir), (dir)
|
@node Top, Preface, (dir), (dir)
|
||||||
@@ -84,6 +85,7 @@ This is the online version of the RTEMS Filesystem Design Guide.
|
|||||||
* System Initialization::
|
* System Initialization::
|
||||||
* Mounting and Unmounting File Systems::
|
* Mounting and Unmounting File Systems::
|
||||||
* File System Lifecycle::
|
* File System Lifecycle::
|
||||||
|
* In-Memory File System::
|
||||||
* System Call Development Notes::
|
* System Call Development Notes::
|
||||||
* Command and Variable Index::
|
* Command and Variable Index::
|
||||||
* Concept Index::
|
* Concept Index::
|
||||||
|
|||||||
Reference in New Issue
Block a user