Operating System
Variables
datablock.c File Reference

datablock table for fat filesystem More...

#include <stdint.h>
#include "FATMacro.h"

Go to the source code of this file.

Variables

FAT_ITEM media_type
 
FAT_ITEM error_flags
 
FAT_ITEM kernel_bin
 
FAT_ITEM home_dir
 
FAT_ITEM dot
 
FAT_ITEM dotdot
 
FAT_ITEM msg
 
FAT_ITEM user_programQ
 
FAT_ITEM user_programW
 
FAT_ITEM user_programA
 
FAT_ITEM user_programS
 

Detailed Description

datablock table for fat filesystem

Definition in file datablock.c.

Variable Documentation

◆ dot

FAT_ITEM dot
Initial value:
= {
".",
"",
, 0, 0, 0, 0, 0, 0,
0,
0,
2,
512
}
#define FAT_fldr
folder
Definition: FATMacro.h:49

Definition at line 42 of file datablock.c.

◆ dotdot

FAT_ITEM dotdot
Initial value:
= {
"..",
"",
, 0, 0, 0, 0, 0, 0,
0,
0,
2,
512
}
#define FAT_fldr
folder
Definition: FATMacro.h:49

Definition at line 52 of file datablock.c.

◆ error_flags

FAT_ITEM error_flags
Initial value:
= {
"__error_","res",
,0,0,0,0,0,0,0,0,0,0
}
#define FAT_doc
partition reserved doc
Definition: FATMacro.h:50

Definition at line 12 of file datablock.c.

◆ home_dir

FAT_ITEM home_dir
Initial value:
= {
"home",
"",
0, 0, 0, 0, 0, 0,
0,
0,
12,
512
}
#define FAT_fldr
folder
Definition: FATMacro.h:49
#define FAT_rw
readable and writable
Definition: FATMacro.h:45

Definition at line 31 of file datablock.c.

◆ kernel_bin

FAT_ITEM kernel_bin
Initial value:
= {
"kernel",
"bin",
0, 0, 0, 0, 0, 0,
0,
0,
4,
512*24
}
#define FAT_sys
system file
Definition: FATMacro.h:48
#define FAT_rw
readable and writable
Definition: FATMacro.h:45

kernel file.

Definition at line 20 of file datablock.c.

◆ media_type

FAT_ITEM media_type
Initial value:
= {
"__media_","res",
0,0,0,0,0,0,0,0,0,0
}
#define FAT_doc
partition reserved doc
Definition: FATMacro.h:50

Definition at line 7 of file datablock.c.

◆ msg

FAT_ITEM msg
Initial value:
= {
"\xE5sg",
"txt",
0, 0, 0, 0, 0, 0,
0,
0,
13,
0
}
#define FAT_rw
readable and writable
Definition: FATMacro.h:45

Definition at line 62 of file datablock.c.

◆ user_programA

FAT_ITEM user_programA
Initial value:
= {
"stoneA",
"bin",
0, 0, 0, 0, 0, 0,
0,
0,
22,
512*4
}
#define FAT_rw
readable and writable
Definition: FATMacro.h:45

Definition at line 93 of file datablock.c.

◆ user_programQ

FAT_ITEM user_programQ
Initial value:
= {
"stoneQ",
"bin",
0, 0, 0, 0, 0, 0,
0,
0,
14,
512*4
}
#define FAT_rw
readable and writable
Definition: FATMacro.h:45

Definition at line 72 of file datablock.c.

◆ user_programS

FAT_ITEM user_programS
Initial value:
= {
"stoneS",
"bin",
0, 0, 0, 0, 0, 0,
0,
0,
26,
512*4
}
#define FAT_rw
readable and writable
Definition: FATMacro.h:45

Definition at line 103 of file datablock.c.

◆ user_programW

FAT_ITEM user_programW
Initial value:
= {
"stoneW",
"bin",
0, 0, 0, 0, 0, 0,
0,
0,
18,
512*4
}
#define FAT_rw
readable and writable
Definition: FATMacro.h:45

Definition at line 83 of file datablock.c.