<DIV>Hi Jeol,</DIV>
<DIV> </DIV>
<DIV>  You mean that I have to modify the source code, right?</DIV>
<DIV>  </DIV>
<DIV>  Is there some way that I can skip compiling the file system,</DIV>
<DIV>  or compile but don't link them into exe file through modifying </DIV>
<DIV>  makefile or linkcmd?</DIV>
<DIV>  </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV ></DIV><BR>2007-06-05,"Joel Sherrill" <joel.sherrill@oarcorp.com> wrote:<BR>
<BLOCKQUOTE style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><PRE>yanmiaobest wrote:
> Hi,
> How can I remove file system out of my exe file?
> Is there a way to disable it, like --disable-fs?
> Or do I have to modify makefile ?
This is still an open project. There are some brief notes
on it at http://www.rtems.com/wiki/index.php/TinyRTEMS.

There are at least two approaches -- one is to have no
"section 2" IO support or filesystem. The other is to
have a pluggable module that provides the 4.0.0 device
name to major/minor mapping similar to what was
in old RTEMS versions.

You have to start by carving at the mount table
and filesystem initialization routines. Having
replacement stubs is a first step.

--joel
>
>
> ------------------------------------------------------------------------
> 百万 玩 家 同 玩 的 乐 园,人 气 爆 发 的 梦 幻 西 游 
> <http://event.mail.163.com/chanel/xyq.htm?from=163_NO5>
> ------------------------------------------------------------------------
>
> _______________________________________________
> rtems-users mailing list
> rtems-users@rtems.com
> http://rtems.rtems.org/mailman/listinfo/rtems-users
>   

</PRE></BLOCKQUOTE>