* more more fix
diff --git a/bootstub.h b/bootstub.h
index c6c7f90..8ab0a75 100644
--- a/bootstub.h
+++ b/bootstub.h
@@ -4,11 +4,13 @@
 #ifndef _BOOT_STUB_HEAD
 #define _BOOT_STUB_HEAD
 
-#define CMDLINE_OFFSET	0x100000
-#define INITRD_SIZE	0x100100
-#define INITRD_OFFSET	0x100104
-#define BZIMAGE_OFFSET	0x102000
-#define STACK_OFFSET 	0x101000
+#define CMDLINE_OFFSET		0x100000
+#define MEMORY_SIZE_OFFSET	0x100100
+#define BZIMAGE_SIZE_OFFSET	0x100104
+#define INITRD_SIZE_OFFSET	0x100108
+#define BZIMAGE_OFFSET		0x102000
+#define STACK_OFFSET		0x101000
+
 #define SETUP_HEADER_OFFSET (BZIMAGE_OFFSET + 0x1F1)
 #define SETUP_HEADER_SIZE (0x0202 + *(unsigned char*)(0x0201+BZIMAGE_OFFSET))
 #define BOOT_PARAMS_OFFSET 0x8000