Re: removing the 4K jump in eboot start up code?



well then I have no choice but to use non-ms tool for msys booting then...?

"Steve Maillet (eMVP)" <nospam1@xxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:um2fkIzdFHA.2688@xxxxxxxxxxxxxxxxxxxxxxx
> Cannot be done directly at this time. I've been annoyed by this for a long
> time but until recently I was the only one. It has been submitted to MS so
> hopefully a future release will give us that capability. One possibility
> to get around the problem is to write an application that reads the
> generated image (.NB0 or with more work the BIN) and updates it to include
> the ARM exception vectors. If you put Startup as the beginning of your
> image and follow that with the exception vectors you can find the startup
> from the branch statement the tools put at the start of the image. From
> that you can then get the information for the exception vectors etc.. and
> build up the 4K image area based on that to include the vectors (which are
> usually just a branch instruction)
>
> --
> Steve Maillet
> EmbeddedFusion
> www.EmbeddedFusion.com
> smaillet at EmbeddedFusion dot com
>
>


.



Relevant Pages

  • Re: removing the 4K jump in eboot start up code?
    ... You can remove the 4k header of eboot.But when 4k header is removed,then ... >> of your image and follow that with the exception vectors you can find the ... >> startup from the branch statement the tools put at the start of the ... >> smaillet at EmbeddedFusion dot com ...
    (microsoft.public.windowsce.platbuilder)
  • Re: removing the 4K jump in eboot start up code?
    ... follow that with the exception vectors you can find the startup from the ... branch statement the tools put at the start of the image. ... smaillet at EmbeddedFusion dot com ...
    (microsoft.public.windowsce.platbuilder)