To stick the kernel start address to 0x80100000

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi all,
I tried to stick the kernel start address to 0x80100000 and modified
vmlinux.ld.S like this:
  .text : {
    arch/mips/kernel/head.o(.init.text)
    *(.text)
    SCHED_TEXT
    LOCK_TEXT
    *(.fixup)
    *(.gnu.warning)
  } =0

After some tests, it seems to work well. Is this a good way to stick the
kernel start address to 0x80100000?

Regards,
Colin



[Index of Archives]     [Linux MIPS Home]     [LKML Archive]     [Linux ARM Kernel]     [Linux ARM]     [Linux]     [Git]     [Yosemite News]     [Linux SCSI]     [Linux Hams]

  Powered by Linux