lkml.org 
[lkml]   [1996]   [Sep]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: how to unmap first 64k for a.out ?

>is there a way to build an a.out binary which has all the first 64k
>unmapped and not only the first page (4k) ?

Not with a.out. There isn't sufficient information in the a.out
header to specify a different load address (from linux/a.out.h):

>/* Address of text segment in memory after it is loaded. */
>#if !defined (N_TXTADDR)
>#define N_TXTADDR(x) (N_MAGIC(x) == QMAGIC ? PAGE_SIZE : 0)
>#endif

-Eric

\
 
 \ /
  Last update: 2005-03-22 13:38    [W:0.029 / U:1.864 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site