caiminf / freenos

Automatically exported from code.google.com/p/freenos
GNU General Public License v3.0
0 stars 0 forks source link

Persistent storage support #39

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
We now have a LiveCD which has several in-memory filesystems, but
no persistent filesystems yet. The filesystems should be modified to
allow write operations and synchronization with storage. We will also
need a persistent storage driver to implement this, for example
a SCSI/IDE/USB driver.

Original issue reported on code.google.com by coenbijlsma on 7 Aug 2009 at 11:19

GoogleCodeExporter commented 8 years ago
ORIGINAL COMMENT FROM nieklinnenbank
I believe an USB driver would be the most interesting to have in FreeNOS,
as many systems today support USB storage. It may be slower than IDE or SCSI,
but fast enough for FreeNOS at this point.

Original comment by coenbijlsma on 7 Aug 2009 at 11:19

GoogleCodeExporter commented 8 years ago
Currently, I stopped working on the USB driver, and wrote a working ATA 
controller
device driver. ATA seems to be much more simple, and is also supported on many
systems today. We only have read-only support in the ATA driver at the moment.

Original comment by nieklinn...@gmail.com on 5 Sep 2009 at 9:37