summaryrefslogtreecommitdiff
path: root/fs/fs.h
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-10-24 13:59:06 +0200
committerMichal Idziorek <m.i@gmx.at>2014-10-24 13:59:06 +0200
commit55b3af4989e7908472d1dbfb3fe1bdd6e43262e1 (patch)
tree98bc925761d5b75380b0f5e0d87f286d964d720f /fs/fs.h
parent831df8bcb2717442a41464533bacf0a58a4af0ce (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.h')
-rw-r--r--fs/fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fs.h b/fs/fs.h
index 68675f0..c581c33 100644
--- a/fs/fs.h
+++ b/fs/fs.h
@@ -1,6 +1,6 @@
#ifndef FOOLOS_FS
#define FOOLOS_FS
-
+#define EXT2_RAM_ADDRESS 0x168800
enum FS_FILE_TYPE{
FS_FILE_TYPE_DIR = 1,