diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-11-23 23:26:26 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-11-23 23:26:26 +0100 |
| commit | ec0ba7bc40854eab6a1cdb41364f41f9c11407e1 (patch) | |
| tree | 88f3896c70ac32bc1b70dcd7ebddbbe595c6608f /fs/fs.h | |
| parent | 50300fa573bf2bc00f9732e812d54ab77cf03dd7 (diff) | |
foolshell and syscalls improvememets
Diffstat (limited to 'fs/fs.h')
| -rw-r--r-- | fs/fs.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,7 +3,8 @@ #include <stdint.h> -#define EXT2_RAM_ADDRESS 0x168800 + +#define EXT2_RAM_ADDRESS (0x168800+0x100000) enum FS_FILE_TYPE{ |
