PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches

RAM filesystem. More...

Collaboration diagram for RAMFS:

Detailed Description

RAM filesystem.

A simple in-memory filesystem thats loaded from the bootloader. All data is lost when the system is powered off or rebooted.

Data Structures

struct  ramfs_superblock_data_t
 Superblock private data for ramfs. More...
 

Macros

#define RAMFS_NAME   "ramfs"
 The name of the ramfs filesystem.
 

Functions

void ramfs_init (void)
 Registers the ramfs filesystem and mounts it as the root filesystem.
 

Macro Definition Documentation

◆ RAMFS_NAME

#define RAMFS_NAME   "ramfs"

The name of the ramfs filesystem.

Definition at line 26 of file ramfs.h.

Function Documentation

◆ ramfs_init()

void ramfs_init ( void  )

Registers the ramfs filesystem and mounts it as the root filesystem.

Definition at line 327 of file ramfs.c.

Here is the call graph for this function:
Here is the caller graph for this function: