diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-10-24 13:59:06 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-10-24 13:59:06 +0200 |
| commit | 55b3af4989e7908472d1dbfb3fe1bdd6e43262e1 (patch) | |
| tree | 98bc925761d5b75380b0f5e0d87f286d964d720f /fs/fs.c | |
| parent | 831df8bcb2717442a41464533bacf0a58a4af0ce (diff) | |
moved kernel and ramimage to 0x100000 successfully
chs is broken however and only the first chunk seems to get loaded
properly :(
Diffstat (limited to 'fs/fs.c')
| -rw-r--r-- | fs/fs.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ int fs_readdir(const char *name,fs_dirent *dirs,int max) { - return ext2_read_dir(0x80800, name,dirs,max); // TODO: hardcoded, fix this + return ext2_read_dir(EXT2_RAM_ADDRESS, name,dirs,max); // TODO: hardcoded, fix this } |
