All of lore.kernel.org
 help / color / mirror / Atom feed
* absence notice...
@ 2009-05-02 18:53 Vesa Jääskeläinen
  2009-05-02 20:01 ` Vladimir 'phcoder' Serbinenko
  2009-05-03  4:38 ` Colin D Bennett
  0 siblings, 2 replies; 12+ messages in thread
From: Vesa Jääskeläinen @ 2009-05-02 18:53 UTC (permalink / raw)
  To: The development of GRUB 2

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



^ permalink raw reply	[flat|nested] 12+ messages in thread
* Absence notice
@ 2009-07-02 21:02 Vladimir 'phcoder' Serbinenko
  2009-07-02 22:08 ` Pavel Roskin
  0 siblings, 1 reply; 12+ messages in thread
From: Vladimir 'phcoder' Serbinenko @ 2009-07-02 21:02 UTC (permalink / raw)
  To: The development of GRUB 2

Hello. Tomorrow I go on my travel to France (RMLL) and won't be active
till 14 July. I'll stay in contact but will not be able to review
patches. I know that it doesn't change my status a lot right now -
last week was pretty busy too. When I come back I'll catch up with the
progress. If someone needs any of my patches in the trunk feel free to
commit.
Could someone review nested partition patch? It changes sufficiently a
lot to need a peer review and I need for clear network naming support
(I plan to use a syntax like (ftp,192.168.1.1,21,user,pass)/grub.cfg )
@Pavel: thank you very much for being so active and pushing project
forward.Keep up with the good work

-- 
Regards
Vladimir 'phcoder' Serbinenko

Personal git repository: http://repo.or.cz/w/grub2/phcoder.git



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

end of thread, other threads:[~2009-07-04 20:27 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-02 18:53 absence notice Vesa Jääskeläinen
2009-05-02 20:01 ` 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

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.