]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - doc/html/user-guide/directory-and-file-system-conventions.html
Initial revision
[karo-tx-redboot.git] / doc / html / user-guide / directory-and-file-system-conventions.html
1 <!-- Copyright (C) 2003 Red Hat, Inc.                                -->
2 <!-- This material may be distributed only subject to the terms      -->
3 <!-- and conditions set forth in the Open Publication License, v1.0  -->
4 <!-- or later (the latest version is presently available at          -->
5 <!-- http://www.opencontent.org/openpub/).                           -->
6 <!-- Distribution of the work or derivative of the work in any       -->
7 <!-- standard (paper) book form is prohibited unless prior           -->
8 <!-- permission is obtained from the copyright holder.               -->
9 <HTML
10 ><HEAD
11 ><TITLE
12 >Directory and File System Conventions</TITLE
13 ><meta name="MSSmartTagsPreventParsing" content="TRUE">
14 <META
15 NAME="GENERATOR"
16 CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+
17 "><LINK
18 REL="HOME"
19 TITLE="eCos User Guide"
20 HREF="ecos-user-guide.html"><LINK
21 REL="UP"
22 TITLE="Notation and Conventions"
23 HREF="notation-and-conventions.html"><LINK
24 REL="PREVIOUS"
25 TITLE="Notation and Conventions"
26 HREF="notation-and-conventions.html"><LINK
27 REL="NEXT"
28 TITLE="Version Conventions"
29 HREF="version-conventions.html"></HEAD
30 ><BODY
31 CLASS="SECT1"
32 BGCOLOR="#FFFFFF"
33 TEXT="#000000"
34 LINK="#0000FF"
35 VLINK="#840084"
36 ALINK="#0000FF"
37 ><DIV
38 CLASS="NAVHEADER"
39 ><TABLE
40 SUMMARY="Header navigation table"
41 WIDTH="100%"
42 BORDER="0"
43 CELLPADDING="0"
44 CELLSPACING="0"
45 ><TR
46 ><TH
47 COLSPAN="3"
48 ALIGN="center"
49 >eCos User Guide</TH
50 ></TR
51 ><TR
52 ><TD
53 WIDTH="10%"
54 ALIGN="left"
55 VALIGN="bottom"
56 ><A
57 HREF="notation-and-conventions.html"
58 ACCESSKEY="P"
59 >Prev</A
60 ></TD
61 ><TD
62 WIDTH="80%"
63 ALIGN="center"
64 VALIGN="bottom"
65 >Chapter 4. Notation and Conventions</TD
66 ><TD
67 WIDTH="10%"
68 ALIGN="right"
69 VALIGN="bottom"
70 ><A
71 HREF="version-conventions.html"
72 ACCESSKEY="N"
73 >Next</A
74 ></TD
75 ></TR
76 ></TABLE
77 ><HR
78 ALIGN="LEFT"
79 WIDTH="100%"></DIV
80 ><DIV
81 CLASS="SECT1"
82 ><H1
83 CLASS="SECT1"
84 ><A
85 NAME="DIRECTORY-AND-FILE-SYSTEM-CONVENTIONS">Directory and File System Conventions</H1
86 ><P
87 >The default directory for installing
88 <SPAN
89 CLASS="PRODUCTNAME"
90 >eCos</SPAN
91 > on Windows (usually
92 <TT
93 CLASS="FILENAME"
94 >C:/Program Files/eCos</TT
95 >) is different from that on
96 Linux (usually <TT
97 CLASS="FILENAME"
98 >/opt/ecos</TT
99 >).  Since many command
100 line examples in the tutorials use these paths, this default (base)
101 directory will be cited as <TT
102 CLASS="REPLACEABLE"
103 ><I
104 >BASE_DIR</I
105 ></TT
106 >.</P
107 ><P
108 >Windows and Linux have a similar file system syntax, but the
109 MS-DOS command interpreter on Windows uses the backslash character
110 (\) as a path separator, while Linux and POSIX shells (including
111 the Cygwin bash shell for windows) use the forward slash (/).</P
112 ><P
113 >This document will use the POSIX shell convention of forward
114 slashes throughout.</P
115 ></DIV
116 ><DIV
117 CLASS="NAVFOOTER"
118 ><HR
119 ALIGN="LEFT"
120 WIDTH="100%"><TABLE
121 SUMMARY="Footer navigation table"
122 WIDTH="100%"
123 BORDER="0"
124 CELLPADDING="0"
125 CELLSPACING="0"
126 ><TR
127 ><TD
128 WIDTH="33%"
129 ALIGN="left"
130 VALIGN="top"
131 ><A
132 HREF="notation-and-conventions.html"
133 ACCESSKEY="P"
134 >Prev</A
135 ></TD
136 ><TD
137 WIDTH="34%"
138 ALIGN="center"
139 VALIGN="top"
140 ><A
141 HREF="ecos-user-guide.html"
142 ACCESSKEY="H"
143 >Home</A
144 ></TD
145 ><TD
146 WIDTH="33%"
147 ALIGN="right"
148 VALIGN="top"
149 ><A
150 HREF="version-conventions.html"
151 ACCESSKEY="N"
152 >Next</A
153 ></TD
154 ></TR
155 ><TR
156 ><TD
157 WIDTH="33%"
158 ALIGN="left"
159 VALIGN="top"
160 >Notation and Conventions</TD
161 ><TD
162 WIDTH="34%"
163 ALIGN="center"
164 VALIGN="top"
165 ><A
166 HREF="notation-and-conventions.html"
167 ACCESSKEY="U"
168 >Up</A
169 ></TD
170 ><TD
171 WIDTH="33%"
172 ALIGN="right"
173 VALIGN="top"
174 >Version Conventions</TD
175 ></TR
176 ></TABLE
177 ></DIV
178 ></BODY
179 ></HTML
180 >