Re: show logo at boot as Win9x/2000/XP

From: Valter Minute (vminute_at_REMOVEMEinwind.it)
Date: 02/26/04


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)


Relevant Pages

  • glext++
    ... The purpose of the library is to provide Yet Another OpenGL Extension ... Initialization Library and platform abstraction between ... libraries existed. ... These methods are related to context creation and abstracting platform ...
    (comp.graphics.api.opengl)
  • Re: [PATCH/RFT 4/5] CLOCK-Pro page replacement
    ... such as IPVS, some S390 drivers, and some other platform specific ... I do note two important spots where the initialization is not ... the loopback driver statistics and the scsi_done_q. ... send the line "unsubscribe linux-kernel" in ...
    (Linux-Kernel)
  • Re: show logo at boot as Win9x/2000/XP
    ... How display a loading progress bar until ... >> is inside the code in my bootloader or platform initialization. ... > block of system ram) and then initialize your display controller (or ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Memory deallocation problem in CEDB
    ... It shouldn't vary from platform to platform, or from config to config. ... sounds more likely to be some kind of random corruption (or missing ... initialization) that happens to work one way in some places, ...
    (microsoft.public.windowsce.embedded.vc)