| Treat `(hd)/boot/grub/menu.lst' as searching through the hard drives |
| for a partition that contains /boot/grub/menu.lst. Either this, or |
| `(hd:0x82)' means the first partition of type 0x82. We need one of |
| these dynamic search mechanisms for clean Hurd install floppies. |
| |
| Syntax: |
| |
| (hd0,0) -> hd0s1 |
| (hd0,1,b) -> hd0s1b |
| (hd0) -> hd0 |
| |
| Find out the size restrictions for FAT and ext2fs stage1.5 boot blocks. |
| |
| Check for other patches sent in e-mail!!! There are several... |
| |
| Add support/delays so that a floppy can be installed from |
| another floppy. |
| |
| Add bootable CDROM support (this probably means I have to support |
| ISO-9660 plus maybe even the Rock Ridge extensions... ugh). |
| Add/Finish LBA and/or Int13 extensions support. |
| |
| 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. |
| ??? Make symbolic links work for BSD FFS and Linux ext2fs filesystems. |
| |
| ??? Add command for modifying partition types. |
| |
| Fix-up FreeBSD, NetBSD (and OpenBSD ?) command-line boot parameters |