Re: show logo at boot as Win9x/2000/XP
From: Oscar (oguallar_at_betaprint.com)
Date: 02/26/04
- Next message: Michael Reim: "Re: Keyboard problem"
- Previous message: JLL: "Re: Interrupt take place at the same time under XScale (WinCE.NET 4.2)"
- In reply to: Valter Minute: "Re: show logo at boot as Win9x/2000/XP"
- Next in thread: Paul G. Tobey [eMVP]: "Re: show logo at boot as Win9x/2000/XP"
- Reply: Paul G. Tobey [eMVP]: "Re: show logo at boot as Win9x/2000/XP"
- Reply: Valter Minute: "Re: show logo at boot as Win9x/2000/XP"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 26 Feb 2004 15:35:14 +0100
...thanks, I will try this and I tell you something...
Another question: How display a loading progress bar until
the explorer appear ?
"Valter Minute" <vminute@REMOVEMEinwind.it> escribió en el mensaje
news:Xns949B948DC5569VALTERMINUTE@207.46.248.16...
> "Oscar" <oguallar@betaprint.com> wrote in
> news:O5v#ZMG$DHA.1956@TK2MSFTNGP10.phx.gbl:
>
> > I need to show the logo just after the power up, so the solution
> > is inside the code in my bootloader or platform initialization.
> > I have a geode platform. Do you know how can I do this ?
> >
>
> I don't know the geode in detail.
> If you need only to display a "static" image (ex: your company's logo),
> you could keep it inside your bootloader code as static data (an array,
> in C source code) or on an external media (on the boot disk, if your
> bootloader already has functions to read files from disk). copy it to
> the video-ram (on some platforms, like the ARM, that means simply a
> block of system ram) and then initialize your display controller (or
> external video card) to the appropriate resolution and color depth to
> initialize it (the display controller initialization could be taken
> from the display-driver code, i suppose).
>
>
> --
> Valter Minute
> vminute@inwind.it (the reply address of this message is invalid)
- Next message: Michael Reim: "Re: Keyboard problem"
- Previous message: JLL: "Re: Interrupt take place at the same time under XScale (WinCE.NET 4.2)"
- In reply to: Valter Minute: "Re: show logo at boot as Win9x/2000/XP"
- Next in thread: Paul G. Tobey [eMVP]: "Re: show logo at boot as Win9x/2000/XP"
- Reply: Paul G. Tobey [eMVP]: "Re: show logo at boot as Win9x/2000/XP"
- Reply: Valter Minute: "Re: show logo at boot as Win9x/2000/XP"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|