Re: show logo at boot as Win9x/2000/XP
From: Valter Minute (vminute_at_REMOVEMEinwind.it)
Date: 02/26/04
- Next message: Dean Ramsier: "Re: How to create an event at Ring0 level"
- Previous message: Oscar: "Re: show logo at boot as Win9x/2000/XP"
- In reply to: Oscar: "Re: show logo at boot as Win9x/2000/XP"
- Next in thread: Oscar: "Re: show logo at boot as Win9x/2000/XP"
- Reply: Oscar: "Re: show logo at boot as Win9x/2000/XP"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 26 Feb 2004 05:35:53 -0800
"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: Dean Ramsier: "Re: How to create an event at Ring0 level"
- Previous message: Oscar: "Re: show logo at boot as Win9x/2000/XP"
- In reply to: Oscar: "Re: show logo at boot as Win9x/2000/XP"
- Next in thread: Oscar: "Re: show logo at boot as Win9x/2000/XP"
- Reply: Oscar: "Re: show logo at boot as Win9x/2000/XP"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|