4.104.114.84.95
Last change
on this file since 07a3253d was
07a3253d,
checked in by Joel Sherrill <joel.sherrill@…>, on 11/23/98 at 19:07:58
|
Added base version of file system infrastructure. This includes a major
overhaul of the RTEMS system call interface. This base file system is
the "In-Memory File System" aka IMFS.
The design and implementation was done by the following people:
+ Joel Sherrill (joel@…)
+ Jennifer Averett (jennifer@…)
+ Steve "Mr Mount" Salitasc (salitasc@…)
+ Kerwin Wade (wade@…)
PROBLEMS
========
+ It is VERY likely that merging this will break the UNIX port. This
can/will be fixed.
+ There is likely some reentrancy/mutual exclusion needed.
+ Eventually, there should be a "mini-IMFS" description table to
eliminate links, symlinks, etc to save memory. All you need to
have "classic RTEMS" functionality is technically directories
and device IO. All the rest could be left out to save memory.
|
-
Property mode set to
100644
|
File size:
328 bytes
|
Rev | Line | |
---|
[07a3253d] | 1 | # |
---|
| 2 | # $Id$ |
---|
| 3 | # |
---|
| 4 | |
---|
| 5 | + newlib 1.8.0 has the wrong prototype for at least read() and write(). |
---|
| 6 | |
---|
| 7 | + There should be a "eat it" stub for all system calls which are |
---|
| 8 | available to make filling out an operations table easier. |
---|
| 9 | See device_lseek() for an example of where this would be nice. |
---|
| 10 | |
---|
| 11 | + Fix strerror() so it prints all error numbers. |
---|
Note: See
TracBrowser
for help on using the repository browser.