All of lore.kernel.org
 help / color / mirror / Atom feed
* Grub memory usages help
@ 2008-12-29 17:38 sky knight
  2008-12-29 18:57 ` Colin D Bennett
  0 siblings, 1 reply; 3+ messages in thread
From: sky knight @ 2008-12-29 17:38 UTC (permalink / raw)
  To: grub-devel

[-- Attachment #1: Type: text/plain, Size: 152 bytes --]

HICan any one point me where should i look for grub memory usage details in source?and could any one point me how to make GRUB GFX theme.Welkin


      

[-- Attachment #2: Type: text/html, Size: 303 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Grub memory usages help
  2008-12-29 17:38 sky knight
@ 2008-12-29 18:57 ` Colin D Bennett
  0 siblings, 0 replies; 3+ messages in thread
From: Colin D Bennett @ 2008-12-29 18:57 UTC (permalink / raw)
  To: The development of GRUB 2; +Cc: sky_knight02

[-- Attachment #1: Type: text/plain, Size: 2183 bytes --]

On Mon, 29 Dec 2008 09:38:05 -0800 (PST)
sky knight <sky_knight02@yahoo.com> wrote:

> HICan any one point me where should i look for grub memory usage
> details in source?and could any one point me how to make GRUB GFX
> theme.Welkin

Memory usage details?  Can you elaborate?  Do you mean "how to allocate
memory on the heap", or how to determine the amount of memory used by
GRUB at runtime?

As for how to create a graphical menu theme:

Example themes
  Screenshots: <http://grub.gibibit.com/Themes>;
  Theme source archive:
    <http://grub.gibibit.com/files/grub-themes-src-2008-08-15.tgz>.

Theme file format is documentation
  <http://grub.gibibit.com/Theme_format>,
  <http://grub.enbug.org/ThemeFormat>.

More information about the graphical menu system for developers
  <http://grub.gibibit.com/gfxmenu_design>,
  <http://grub.enbug.org/Subprojects/GraphicalMenu>.

In order to use graphical menu themes, you currently need to build from
a snapshot of my branch, which contains the gfxmenu feature.  It is in
the process of being merged into GRUB mainline, but it's not there
yet.  Here's the info on building it:


Building GRUB+gfxmenu, 19 December 2008
=======================================

I have posted a source tarball
(<http://grub.gibibit.com/files/cdbmain_r867.tar.bz2>) to make it easy
to build GRUB 2 with gfxmenu support on your own if you want to install
it on a real machine instead of just testing with the premade ISO image
that I created.

To build and install GRUB 2, the following commands should suffice::

   tar -xjf cdbmain_r867.tar.bz2
   cd cdbmain_r867
   mkdir build
   cd build
   sh ../configure --prefix=YOUR_PREFIX_DIR
   make
   make install  (or sudo make install, depending on the prefix)

Some people have tried to extract the files from the premade gfxmenu
demo ISO I provide on the download page, and either insert new files
into the ISO image or install the files to a hard drive device.  This
usually does not work, so I recommend building GRUB 2 with gfxmenu from
the source tarball yourself if you want to boot your machine with it or
customize it.


Regards,
Colin

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Grub memory usages help
@ 2008-12-29 19:05 sky knight
  0 siblings, 0 replies; 3+ messages in thread
From: sky knight @ 2008-12-29 19:05 UTC (permalink / raw)
  To: The development of GRUB 2

[-- Attachment #1: Type: text/plain, Size: 2420 bytes --]


From: Colin D Bennett <colin@gibibit.com>
Subject: Re: Grub memory usages help
To: "The development of GRUB 2" <grub-devel@gnu.org>
Cc: sky_knight02@yahoo.com
Date: Monday, December 29, 2008, 12:57 PM

On Mon, 29 Dec 2008 09:38:05 -0800 (PST)
sky knight <sky_knight02@yahoo.com> wrote:

Memory usage details?  Can you elaborate?  Do you mean "how to allocate
memory on the heap", or how to determine the amount of memory used by
GRUB at runtime?

As for how to create a graphical menu theme:

Example themes
  Screenshots: <http://grub.gibibit.com/Themes>;
  Theme source archive:
    <http://grub.gibibit.com/files/grub-themes-src-2008-08-15.tgz>.

Theme file format is documentation
  <http://grub.gibibit.com/Theme_format>,
  <http://grub.enbug.org/ThemeFormat>.

More information about the graphical menu system for developers
  <http://grub.gibibit.com/gfxmenu_design>,
  <http://grub.enbug.org/Subprojects/GraphicalMenu>.

In order to use graphical menu themes, you currently need to build from
a snapshot of my branch, which contains the gfxmenu feature.  It is in
the process of being merged into GRUB mainline, but it's not there
yet.  Here's the info on building it:


Building GRUB+gfxmenu, 19 December 2008
=======================================

I have posted a source tarball
(<http://grub.gibibit.com/files/cdbmain_r867.tar.bz2>) to make it easy
to build GRUB 2 with gfxmenu support on your own if you want to install
it on a real machine instead of just testing with the premade ISO image
that I created.

To build and install GRUB 2, the following commands should suffice::

   tar -xjf cdbmain_r867.tar.bz2
   cd cdbmain_r867
   mkdir build
   cd build
   sh ../configure --prefix=YOUR_PREFIX_DIR
   make
   make install  (or sudo make install, depending on the prefix)

Some people have tried to extract the files from the premade gfxmenu
demo ISO I provide on the download page, and either insert new files
into the ISO image or install the files to a hard drive device.  This
usually does not work, so I recommend building GRUB 2 with gfxmenu from
the source tarball yourself if you want to boot your machine with it or
customize it.
Thanks that sure gave me lots of input for GRUB GFX.I want to know both about the how to allocate
memory on the heap & how to determine the amount of memory used by
GRUB at runtime.-Welkin-


      

[-- Attachment #2: Type: text/html, Size: 3585 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-12-29 19:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-29 19:05 Grub memory usages help sky knight
  -- strict thread matches above, loose matches on Subject: below --
2008-12-29 17:38 sky knight
2008-12-29 18:57 ` Colin D Bennett

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.