blob: 5997e78e4911259c6fb349b09a3c1be43749638e [file] [log] [blame] [raw]
Change partition syntax to correspond with BSD ``slice'' syntax
(`(hd0,1a)' -> `/dev/hd0s2a').
Add a partition naming syntax that means ``the first partition of this
type''. We need this for clean Hurd install floppies.
Add a real scripting language, possibly retaining backward
compatibility so that old config files can be used.
Look at the network booting patches from L4.
Add internationalization support, emulating gettext as much as is
feasible.
Add support/delays so that a floppy can be installed from another
floppy.
Add bootable CDROM support (this probably means we have to support
ISO-9660 plus maybe even the Rock Ridge extensions... ugh).
Make symbolic links work for BSD FFS.
Fix keyboard/gateA20 bug (???? at least look at the code). The
keyboard status bits may be checked wrong.
Add indirect block support to the BSD FFS filesystem code, so files
larger than 16MB can be read.
??? Add command for modifying partition types.
Fix-up FreeBSD, NetBSD (and OpenBSD ?) command-line boot parameters
Support ELF format of FreeBSD kernel.
Support new partition IDs for NetBSD and OpenBSD.
Add ``configfile'' command, in a clean way.
Add keyboard layout configuration support.
Finish the GNU GRUB manual, grub.texi.