lkml.org 
[lkml]   [2008]   [Jan]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] x86: Construct 32 bit boot time page tables in native format.
Ingo Molnar wrote:
> * H. Peter Anvin <hpa@zytor.com> wrote:
>
>> I was thinking about this yesterday, and it seems to me that there are
>> two cleaner options here...
>>
>> - either we should put in the full machinery to be able to run C code
>> compiled with -fPIC/-fPIE before paging is enabled. Unfortunately gcc
>> generates R_386_GOT32 relocations for external references even with
>> -fPIE, so we'll have to put in some code to adjust the GOT (easy
>> enough to do.)
>
> i'd _love_ to have this approach instead of the assembly routines. While
> 'constructing pagetables' might not look like a big deal in isolation -
> C is still 10 times more programmable than assembly. Pushing more of the
> early boot code into a sane, non-assembly environment will have positive
> long-term effects all across.
>

Yes, but that doesn't mean that this particular task is the right thing
for that job. In particular, the GOT adjustment wll be almost the same
size as the whole task.

On the other hand, there is a whole bunch of post-paging code in
head_32.S which doesn't need to be there.

-hpa


\
 
 \ /
  Last update: 2008-01-22 17:27    [W:0.228 / U:0.348 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site