add reiserfs support.

This commit is contained in:
okuji 2000-04-15 13:39:38 +00:00
parent cf37f79b94
commit 3792b0a01e
21 changed files with 406 additions and 192 deletions

View file

@ -12,7 +12,10 @@ bugs, added symbolic link support to shared_src/fsys_ext2fs.c, and
began the implementation of /sbin/grub.
OKUJI Yoshinori contributed many bugfixes and new features, such as
working LBA support, and /sbin/grub support for configuration files.
working LBA support, /sbin/grub support for configuration files, the
script /sbin/grub-install, the utility /bin/mbchk, the new engine for
builtin commands, disk swapping support, keyboard configuration support,
network support, online help support, and command-line history support.
Peter Astrand added support for a color menu.
@ -22,3 +25,6 @@ support for the grub shell, and configure process cleanups.
Klaus Reichl wrote stage2/fsys_minix.c.
Per Lundberg added graphics support to the Multiboot Specification.
Jochen Hoenicke rewrote stage2/fsys_fat.c and wrote
stage2/fsys_reiserfs.c.