]> git.proxmox.com Git - grub2.git/blame - TODO
2008-01-06 Yoshinori K. Okuji <okuji@enbug.org>
[grub2.git] / TODO
CommitLineData
6a161fa9 1-*- Mode: Outline -*-
2
3Before working on anything in this file, it's very important that you
4b13b216 4make contact with the core GRUB developers. Things herein might be
6a161fa9 5slightly out of date or otherwise not easy to understand at first
4b13b216 6glance. So write to <grub-devel@gnu.org> first.
6a161fa9 7
8Priorities:
9 Reported bugs generally have top priority.
10 Non-reported and non-encountered bugs (things we know don't work,
11 but don't really impede things) have lower priority.
12 Things in this file are ranked with one to three !; the more, the
13 higher priority.
14
15
cd9c6426 16* Add more filesystems (such as jfs, xfs and reiserfs). !
a35eed7c 17
18* Add journal playback support to ext2fs (so it will become ext3fs).
6a161fa9 19
20* Add support for internationalization. !!!
21
cd9c6426 22* Add more loaders (such as NetBSD and FreeBSD). !!
6a161fa9 23
82cefbd3 24* Implement a more friendly installer.
6a161fa9 25
26* Add more terminals (such as serial). !
27
28* Implement a normal mode. !!!
29
30* Write a manual.
31
6a161fa9 32* Add support for compressed files.
33
34* Add support for network devices.
35
cf6551e8 36* Fix the graphics mode completely and improve it to support VESA
37 as well as VGA modes. !
38
39* Add a fancy menu interface which utilizes the graphics mode
40 extensively with many eye-candies. This is important to beat
41 GRUB legacy. :)
0b412211 42
43* Audit util/powerpc/ieee1275/grub-mkimage.c for endianness fixes.