提交 f8c6ff6c 编写于 作者: T ths

Fix initrd load address.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2281 c046a42c-6fe2-441c-8c8c-71466251a162
上级 04e897ef
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
#define BIOS_FILENAME "mips_bios.bin" #define BIOS_FILENAME "mips_bios.bin"
//#define BIOS_FILENAME "system.bin" //#define BIOS_FILENAME "system.bin"
#ifdef MIPS_HAS_MIPS64 #ifdef MIPS_HAS_MIPS64
#define INITRD_LOAD_ADDR (int64_t)0x80800000 #define INITRD_LOAD_ADDR (int64_t)(int32_t)0x80800000
#else #else
#define INITRD_LOAD_ADDR (int32_t)0x80800000 #define INITRD_LOAD_ADDR (int32_t)0x80800000
#endif #endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册