LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Embedded & Single-board computer (https://www.linuxquestions.org/questions/linux-embedded-and-single-board-computer-78/)
-   -   Is a File System Necessary? (https://www.linuxquestions.org/questions/linux-embedded-and-single-board-computer-78/is-a-file-system-necessary-628920/)

markjuggles 03-18-2008 08:56 AM

Is a File System Necessary?
 
Hi,

I am designing an I/O controller which needs to communicate over Ethernet with UDP. Since this is so minimal, is it possible to make a "kernel only" embedded Linux project with no file system?

Are there examples of this?

Alternatives would be FreeRTOS or uCOS which would fit this model. Has anyone worked with these?

Thank you,

Mark

DotHQ 03-18-2008 09:04 AM

Your blowing my mind man!!!! :eek: A kernel without a file system! :eek:

schneidz 03-26-2008 11:30 AM

i thought about this for a large capacity pda with a hard drive in it controled by a wdc-6502. on a machine level it is possible.

i used to have a .pdf that described the machine instuctions/ registers/ and bit-wise operations to control it.

google://d0791r4c-ATA

theNbomr 03-27-2008 07:38 PM

You don't need spinning media, if that's what you mean. A small ramdisk is probably sufficient for what you need. That's normally part of the boot process already (initrd).
--- rod.


All times are GMT -5. The time now is 06:35 PM.