Developing a filesystem

From: Guillermo López Alejos (glalejos_at_gmail.com)
Date: 07/08/05

  • Next message: Stelian Pop: "[PATCH] Apple USB Touchpad driver (new)"
    Date:	Fri, 8 Jul 2005 12:14:56 +0200
    To: Linux Kernel mailing list <linux-kernel@vger.kernel.org>
    
    

    Hi,

    As I anounced a couple of weeks ago, I'm studying how to build a new
    filesystem. I have taken a look at the ramfs and also read some
    documentation about.

    Now I'm writing my own dummyfs (based on ramfs) to know how this
    works, but I'm having problems compiling it; I need to include the
    "linux/fs.h" header file to have access to some structures definitions
    (such as struct file_system_type), but this is giving me some errors.
    So I think that I have to integrate my code with the kernel sources to
    make it compile.

    Therefore, my question is, is there any way to check wheter my code
    compiles or not without having to integrate it with the kernel code?
    If not, is there any tutorial to learn how to integrate a filesystem
    into the Linux kernel code?

    Thanks you,

    -- 
    Guillermo
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at  http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at  http://www.tux.org/lkml/
    

  • Next message: Stelian Pop: "[PATCH] Apple USB Touchpad driver (new)"

    Relevant Pages

    • Re: Developing a filesystem
      ... I have taken a look at the ramfs and also read some ... but I'm having problems compiling it; ... > compiles or not without having to integrate it with the kernel code? ... is there any tutorial to learn how to integrate a filesystem ...
      (Linux-Kernel)
    • Re: division and cpu usage
      ... It gives me strange errors when compiling: ... And if I compile with normal integers, I get zero as the result. ... I'm trying to get the percentage of CPU used for a certain ... kernel code will enable that the FP stack gets properly switched when a process ...
      (Linux-Kernel)
    • Re: division and cpu usage
      ... It gives me strange errors when compiling: ... And if I compile with normal integers, I get zero as the result. ... kernel code will enable that the FP stack gets properly switched when a process ...
      (Linux-Kernel)

    Loading