From 56ceed07864ac3d1d1278f4f99abde9448650bba Mon Sep 17 00:00:00 2001 From: Bahadir Balban Date: Tue, 6 Oct 2009 11:30:30 +0300 Subject: [PATCH] Cleaned up MM0 linker script --- conts/posix/mm0/include/linker.lds.in | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/conts/posix/mm0/include/linker.lds.in b/conts/posix/mm0/include/linker.lds.in index ca01d83..2efb43c 100644 --- a/conts/posix/mm0/include/linker.lds.in +++ b/conts/posix/mm0/include/linker.lds.in @@ -1,24 +1,12 @@ /* - * Simple linker script for userspace or svc tasks. + * Posix pager MM0 linker script. * - * Copyright (C) 2007 Bahadir Balban + * Copyright (C) 2007 - 2009 Bahadir Balban */ -/* - * The only catch with this linker script is that everything - * is linked starting at virtual_base, and loaded starting - * at physical_base. virtual_base is the predefined region - * of virtual memory for userland applications. physical_base - * is determined at build-time, it is one of the subsequent pages - * that come after the kernel image's load area. - */ -/* INITTASK_AREA_START, see memlayout.h */ virtual_base = 0xE0000000; physical_base = %s; -/* INCLUDE "include/physical_base.lds" */ - -/* physical_base = 0x228000; */ pager_offset = virtual_base - physical_base; ENTRY(_start)