View Single Post
  #4  
Old February 9th 04, 09:17 AM
Kaido Kert
external usenet poster
 
Posts: n/a
Default Details on Spirit Breakdown

John Schutkeker wrote in message . 93...
The following message was sent to me by a buddy who works closely with
VXWorks, a commercial RTOS that's used on Spirit. Unfortunately he

.....
As has been noted, Spirit has relatively little RAM for applications
and the OS - very little margin of error. The FLASH directory structure
and file structure required enough RAM for the dosFs cache that one last
malloc() was all it took to go over the top (malloc() puts the fat in the
FAT file system).


Quota management, anyone ? So it actually ran out of RAM, not flash
space, due to large fat ?
In any case, i woulda thought that it would have given a low memory or
low disk warning beforehand ...

-kert