Kevin Wolf writes:
> Am 16.12.2009 10:51, schrieb Markus Armbruster:
>> Kevin Wolf writes:
>>
>>> The multiboot implementation assumed that there is only one program header
>>> (which contains the entry point) and that the entry point is at the start of
>>> the code. This doesn't hold true gene
Am 16.12.2009 10:51, schrieb Markus Armbruster:
> Kevin Wolf writes:
>
>> The multiboot implementation assumed that there is only one program header
>> (which contains the entry point) and that the entry point is at the start of
>> the code. This doesn't hold true generally and caused too little
Kevin Wolf writes:
> The multiboot implementation assumed that there is only one program header
> (which contains the entry point) and that the entry point is at the start of
> the code. This doesn't hold true generally and caused too little data to be
> loaded.
Out of curiosity: does this affec
The multiboot implementation assumed that there is only one program header
(which contains the entry point) and that the entry point is at the start of
the code. This doesn't hold true generally and caused too little data to be
loaded.
Fix the loading code to pass the whole loaded data to the Mult