~jsvoboda/helenos/dnsr

« back to all changes in this revision

Viewing changes to kernel/arch/mips32/_link.ld.in

  • Committer: Jiri Svoboda
  • Date: 2013-04-19 18:38:18 UTC
  • mfrom: (1527.1.284 main-clone)
  • Revision ID: jiri@wiwaxia-20130419183818-nvfibuh4t5qol0e3
MergeĀ mainlineĀ chages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
#undef mips
10
10
#define mips mips
11
11
 
 
12
#if defined(MACHINE_msim)
12
13
#define KERNEL_LOAD_ADDRESS 0x80100000
 
14
#endif
 
15
 
 
16
#if defined(MACHINE_lmalta) || defined(MACHINE_bmalta)
 
17
#define KERNEL_LOAD_ADDRESS 0x80200000
 
18
#endif
13
19
 
14
20
OUTPUT_ARCH(mips)
15
21
ENTRY(kernel_image_start)