Initial revision
[grub.git] / TODO
1 -*- Mode: Outline -*-
2
3 Before working on anything in this file, it's very important that you
4 make contact with the core PUPA developers. Things herein might be
5 slightly out of date or otherwise not easy to understand at first
6 glance. So write to <pupa-devel@nongnu.org> first.
7
8 Priorities:
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
16 * Add more filesystems (such as ext2fs, ffs, and reiserfs). !
17
18 * Add support for internationalization. !!!
19
20 * Add more loaders (such as Multiboot, Linux and FreeBSD). !!
21
22 * Implement an installer. !!!
23
24 * Add more terminals (such as serial). !
25
26 * Implement a normal mode. !!!
27
28 * Write a manual.
29
30 * Shrink the kernel code.
31
32 * Add support for compressed files.
33
34 * Add support for network devices.
35
36 * Compress the core image and decompress it at loading time, to make it
37   smaller. ?