mirror of https://github.com/l4ka/hazelnut.git
31 lines
852 B
Plaintext
31 lines
852 B
Plaintext
/*********************************************************************
|
|
*
|
|
* Copyright (C) 2000, 2001, Karlsruhe University
|
|
*
|
|
* File path: brutus.lds
|
|
* Description: Brutus specific includes for linker script.
|
|
*
|
|
* @LICENSE@
|
|
*
|
|
* $Id: ipaq.lds,v 1.1 2002/01/24 07:03:18 uhlig Exp $
|
|
*
|
|
********************************************************************/
|
|
|
|
/*
|
|
* Virtual address of exception vector page. REMEMBER TO CHANGE THIS
|
|
* IF THE EXCEPTION VECTOR IS NO LONGER RELOCATED!
|
|
*/
|
|
EXCP_VADDR = 0xFFFF0000;
|
|
|
|
/*
|
|
* Physical address of all the kernel code+data
|
|
* Effectively: physical address of the exception vector.
|
|
*/
|
|
KERNEL_PHYS = 0xC0000000;
|
|
|
|
/*
|
|
* Physical address of the init section.
|
|
* Should be in a separate 1M section.
|
|
*/
|
|
INIT_PHYS = 0xC0100000;
|