All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Vesa Jääskeläinen" <chaac@nic.fi>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: absence notice...
Date: Sat, 02 May 2009 21:53:21 +0300	[thread overview]
Message-ID: <49FC96A1.1050504@nic.fi> (raw)

Hi All,

I will be absence from the project related work for a while... So please
feel free to continue or replace the work that I may have got pending.

Some tasks that could be done:

- Video API: save/restore mode. Use "anonymous" data structure that only
device driver itself understands. Having one common block that video
subsystem understands and can choose proper video driver. Idea is to
save mode and then execute something in different mode (Eg. test
videomode) and then restore back to working one if it does not work.

struct
{
	// common part
	char *driver_name/id;

	// driver specific data
	char driver_specific[0];
};

- MM: improve allocation strategy to allocate from start or end of area.
Add more memory areas to MM. Needed at least on x86 with Real Mode
possibility (eg. PCBIOS in use). Need to have difference between lowmem
(< 1MiB) vs. highmem. GRUB normal code/data should go to highmem. BIOS
access data need to go to lowmem. OS kernel code probably should be
loaded at begining on highmem.

Colin: Please feel free to integrate graphical menu change without my
approval. If you feel unsure, please ask in mailing list.

Can't remember anything else for this occasion what important would have
been under the work.

I might read this mailing list occasionally, but don't be suppriced if I
do not notice questions addressed to me.

Thanks,
Vesa Jääskeläinen



             reply	other threads:[~2009-05-02 18:53 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-02 18:53 Vesa Jääskeläinen [this message]
2009-05-02 20:01 ` absence notice Vladimir 'phcoder' Serbinenko
2009-05-02 21:42   ` Vesa Jääskeläinen
2009-05-03  4:38 ` Colin D Bennett
2009-05-03  4:44   ` Bean
  -- strict thread matches above, loose matches on Subject: below --
2009-07-02 21:02 Absence notice Vladimir 'phcoder' Serbinenko
2009-07-02 22:08 ` Pavel Roskin
2009-07-02 23:29   ` Vladimir 'phcoder' Serbinenko
2009-07-03 17:22     ` Pavel Roskin
2009-07-03 17:35       ` Vladimir 'phcoder' Serbinenko
2009-07-04  4:40         ` Pavel Roskin
2009-07-04 20:27         ` Robert Millan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49FC96A1.1050504@nic.fi \
    --to=chaac@nic.fi \
    --cc=grub-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.