Move mips-arc link address. Previous link address was chosen
in belief that RAM on SGI platforms grows down while in fact it grows up from an unusual base.
This commit is contained in:
parent
17fca5734b
commit
8528c879e3
7 changed files with 24 additions and 19 deletions
|
@ -19,7 +19,7 @@
|
|||
#ifndef GRUB_MEMORY_MACHINE_HEADER
|
||||
#define GRUB_MEMORY_MACHINE_HEADER 1
|
||||
|
||||
#define GRUB_MACHINE_MEMORY_STACK_HIGH 0x8bfffff0
|
||||
#define GRUB_MACHINE_MEMORY_STACK_HIGH 0x881ffff0
|
||||
|
||||
#ifndef ASM_FILE
|
||||
|
||||
|
|
|
@ -80,7 +80,7 @@
|
|||
#define GRUB_DECOMPRESSOR_MIPS_QEMU_MIPS_UNCOMPRESSED_ADDR 0x10
|
||||
#define GRUB_KERNEL_MIPS_QEMU_MIPS_TOTAL_MODULE_SIZE 0x08
|
||||
|
||||
#define GRUB_KERNEL_MIPS_ARC_LINK_ADDR 0x8bd00000
|
||||
#define GRUB_KERNEL_MIPS_ARC_LINK_ADDR 0x88200000
|
||||
|
||||
#define GRUB_KERNEL_MIPS_ARC_LINK_ALIGN 32
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue