Big cleanups and code reduction.
This commit is contained in:
parent
8fa9d1fb3a
commit
90ed71c809
37 changed files with 494 additions and 387 deletions
|
@ -65,6 +65,8 @@ MAKEINFO = @MAKEINFO@
|
|||
OBJCOPY = @OBJCOPY@
|
||||
PACKAGE = @PACKAGE@
|
||||
VERSION = @VERSION@
|
||||
host_cpu = @host_cpu@
|
||||
host_vendor = @host_vendor@
|
||||
sbingrub = @sbingrub@
|
||||
stage2debug = @stage2debug@
|
||||
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
Get /sbin/grub to work.
|
||||
|
||||
Automatically generate source dependencies. This might involve some
|
||||
patches to Automake (if so, we should also fix the fact that we
|
||||
currently need dummy.c in _SOURCES in order to get the C compiler flag
|
||||
variables).
|
||||
|
||||
Change partition syntax to correspond with BSD ``slice'' syntax
|
||||
(`(hd0,1a)' -> `/dev/hd0s2a').
|
||||
|
||||
|
@ -14,7 +9,7 @@ type''. We need this for clean Hurd install floppies.
|
|||
Find out the size restrictions for FAT and ext2fs stage1.5 boot
|
||||
blocks. Enforce all arbitrary limits using the Makefiles.
|
||||
|
||||
Add/Finish LBA and/or Int13 extensions support.
|
||||
Finish LBA and int13 extensions support.
|
||||
|
||||
Add a real scripting language, possibly retain backward compatibility
|
||||
so that old config files can be used.
|
||||
|
@ -27,7 +22,7 @@ feasible.
|
|||
Add support/delays so that a floppy can be installed from another
|
||||
floppy.
|
||||
|
||||
Add bootable CDROM support (this probably means I have to support
|
||||
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue