mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
Fix initrd load address.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2281 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
04e897efdd
commit
f8c6ff6c3c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue