Commit graph

528 commits

Author SHA1 Message Date
jochen
cd403b1f05 * stage2/Makefile.am (libgrub_a_CFLAGS): Enable USE_MD5_PASSWORDS
for libgrub.  Previously that was implicitly done by configure.in
until the patch from 2001-07-04, which moved that flag from CFLAGS
to FSYS_CFLAGS.  Reported by YAMAGUCHI Shingo
<shingo@kip.iis.toyama-u.ac.jp>
2001-07-26 13:24:15 +00:00
okuji
074b0023e7 Add VSTa fs into the list of supported filesystems. 2001-07-15 06:22:45 +00:00
okuji
cfbf950f5d Fix a problem when you specify a Linux devfs floppy device name to grub-install. 2001-07-13 11:51:24 +00:00
okuji
40c293d41e Merge changes in 0.90. 2001-07-13 08:02:04 +00:00
gord
d6fa625300 Merge 0.90 changes 2001-07-12 19:10:20 +00:00
okuji
62cba90d65 Add a missing file and increase the version number. 2001-07-05 11:29:56 +00:00
okuji
cd93e2f5f9 Update the manual (not complete). 2001-07-05 11:14:21 +00:00
okuji
f2ca2f3ea2 Don't decompress an initrd automatically. 2001-07-05 10:52:59 +00:00
okuji
60415d246c Use automake-1.4h instead of our own version. Some required changes are made. 2001-07-04 07:33:48 +00:00
okuji
fa820ff30d Downgrade the version number in NEWS, since I won't release 1.0 soon. 2001-07-03 14:08:48 +00:00
okuji
b7e8ad7e6d ELF symbol loading support is added. 2001-07-03 13:52:28 +00:00
okuji
49230cb103 I forgot to add new files for VSTa filesystem. 2001-06-22 02:33:35 +00:00
okuji
2f97c78528 Add VSTa filesystem support. 2001-06-22 02:32:56 +00:00
okuji
030d695853 Add `--with-configfile' into the commands "bootp" and "dhcp". 2001-06-21 23:15:02 +00:00
okuji
00a436ee38 update the location of the CVS repository. 2001-06-20 21:02:46 +00:00
okuji
123b813394 Always jump to the physical entry address of a Multiboot OS image, even
when the physical one differs from the virtual one.
2001-06-19 11:31:15 +00:00
okuji
247a4c4a73 Remove Stefan Ondrejicka from the file AUTHORS, because he didn't assign
his copyright to the FSF and the code was rewritten by okuji, so there is
no point where he should be in the list.
2001-06-17 09:09:33 +00:00
okuji
a5694fb1e4 fix some typos in the manual. 2001-05-30 07:56:33 +00:00
proski
fc528f1b0d * configure.in (AC_OUTPUT): Remove debian/Makefile. 2001-05-29 13:55:20 +00:00
proski
8e5f64e0d3 Remove .cvsignore 2001-05-29 13:39:52 +00:00
gord
5efd8753fb Delete directory contents. 2001-05-29 04:44:24 +00:00
gord
c7159c3bdb Make NT magic explicit. 2001-05-29 04:38:21 +00:00
gord
e86ba8bd19 Remove debian directory. 2001-05-29 04:36:50 +00:00
kr
2edd28f97b Implement menu & command-list on dumb terminals. 2001-05-25 07:58:54 +00:00
proski
19477b0574 Add all products of "configure" and "make" to .cvsignore 2001-05-15 15:46:37 +00:00
proski
7c0ea24c90 * stage2/shared.h (ENTRY): Remove unnecessary `##'. 2001-05-15 03:54:39 +00:00
jochen
68c2bd1e7b * grub/asmstub.c (biosdisk): Work around a bug in linux's ez
remapping.  Problem reported by Ben Byer <bbyer@rice.edu>.
2001-05-03 08:34:56 +00:00
gord
9e3e10d2c1 Don't cast entry_addr to an int. 2001-03-28 17:22:34 +00:00
okuji
c610524eb0 avoid Linux 2.2.x memory range check bug. 2001-03-16 09:10:44 +00:00
okuji
c2e925be16 write the chapter History in Multiboot Specification. 2001-03-02 20:42:36 +00:00
okuji
61fb567304 I forgot to thank Hasegawa-san. 2001-02-28 11:23:26 +00:00
okuji
dfee6ac3ec add freebsd 4.x support into the grub shell and grub-install. 2001-02-28 11:19:39 +00:00
okuji
348785cfbc If the default entry is wrong, use the fallback entry rather than the first, if possible. 2001-02-28 10:14:54 +00:00
okuji
4b1637c671 add a new option, --disable-auto-linux-mem-opt, into configure. 2001-02-27 15:24:48 +00:00
okuji
1372bfd60a change the check for a Windows partition in chainloader_func, to fix the problem that GRUB cannot be compiled, if FAT support is disabled. 2001-02-27 13:17:40 +00:00
okuji
e85272f436 add hercules support. 2001-02-27 12:59:00 +00:00
okuji
3a598264dc update the GRUB manual. 2001-02-17 08:14:10 +00:00
okuji
f633d9e9c8 update the GRUB manual. 2001-02-10 17:50:11 +00:00
okuji
2601d0686b fix a bug in chain_stage2. 2001-02-07 23:47:40 +00:00
okuji
d20f9609ce The new grub manual is made official. 2001-02-07 20:26:29 +00:00
okuji
cf58c5c2a9 lower the maximum address of initrd. 2001-02-03 04:56:13 +00:00
okuji
13aaba9380 add one more check into savedefault. 2001-02-03 04:21:21 +00:00
okuji
dc1c0a6ccf improve the robustness of savedefault and default. 2001-02-02 13:39:59 +00:00
okuji
00865a8027 fix the problem that savedefault doesn't work with Stage 1.5. 2001-02-02 13:31:03 +00:00
okuji
9417ebb550 probe the first PCI NIC candidate with a non-zero ioaddr, before probing everything. 2001-02-02 12:21:18 +00:00
okuji
7b3aef444e add linux software raid-1 support. 2001-01-27 04:13:39 +00:00
okuji
fb4f1e3253 doc update. 2001-01-27 04:06:41 +00:00
okuji
f30b5c9ca2 Start reorganizing the Multiboot Specification. The current status is far from complete. 2001-01-27 03:02:36 +00:00
okuji
006737bcc6 start the second attempt to rewrite the manual. 2001-01-16 07:27:44 +00:00
okuji
c325ead317 fix typos in setkey_func. 2001-01-15 05:54:09 +00:00