From 55b3af4989e7908472d1dbfb3fe1bdd6e43262e1 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Fri, 24 Oct 2014 13:59:06 +0200 Subject: moved kernel and ramimage to 0x100000 successfully chs is broken however and only the first chunk seems to get loaded properly :( --- fs/fs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs/fs.h') 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, -- cgit v1.2.3