Commit graph

557 commits

Author SHA1 Message Date
okuji
59d735d43f 2001-12-30 Yoshinori K. Okuji <okuji@gnu.org>
* stage1/stage1.S: Don't call INT 13, AH=48H, because it is
	difficult to call this function with the workaround implemented
	in the previous change due to the size limit of Stage 1.

	(lba_mode) [NO_BUGGY_BIOS_IN_THE_WORLD]: Don't check the
	geometry explicitly. This shouldn't be harmful, as INT 13,
	AH=42H should take care of it, and if you cannot read Stage 2
	even with LBA because of a geometry problem, you can never read
	it.

	* stage2/start.S (lba_mode) [NO_BUGGY_BIOS_IN_THE_WORLD]:
	Likewise.
2001-12-30 08:23:16 +00:00
okuji
4cd09c4b6a 2001-12-30 Yoshinori K. Okuji <okuji@gnu.org>
* stage2/bios.c (get_diskinfo): Clear out the structure DRP
	before calling get_diskinfo_int13_extensions, because the Ralf
	Brown's Interrupt List says that Dell machines using PhoenixBIOS
	4.0 Release 6.0 fail, if DRP.FLAGS is not zero. Setting the
	entire structure to zero may be overkill, but it should be safe.

	* stage2/char_io.c [STAGE1_5] (grub_memset): Defined.
2001-12-30 07:33:23 +00:00
okuji
79ae0cd9e8 Update NEWS. 2001-12-29 19:02:07 +00:00
okuji
aaccdfc4ba Add NetBSD support into grub-install. 2001-12-29 18:53:30 +00:00
okuji
f70e5d2409 Use /boot/grub in NetBSD. 2001-12-29 18:33:39 +00:00
okuji
6ff5668ee4 Add extra space characters into help messages. 2001-12-29 18:10:50 +00:00
okuji
728d26ca30 Add a workaround for AST BIOS. 2001-12-19 11:37:17 +00:00
okuji
f9e7ef1b41 Fix a wrong comment. 2001-12-19 11:17:06 +00:00
okuji
3c17445bfd Fix warnings from gcc-3.0.x. Not very serious. 2001-12-11 07:49:17 +00:00
okuji
f51d8ce561 Change the error message from the command "embed" to "No spare sectors on
the disk".
2001-12-09 21:11:38 +00:00
okuji
4232395f9f Ignore the signal SIGWINCH in the grub shell. 2001-12-09 20:55:56 +00:00
okuji
502a79c799 hide and unhide support logical partitions. 2001-11-28 18:43:56 +00:00
okuji
3a150c2b37 Reorganize the file `AUTHOR', according to the current status of copyright
assignments received by the FSF.

Jason Thomas was added.
Erich Stefan Boleyn was moved into those who assigned their copyrights.
Gordon Matzigkeit was moved into the others, because he still wasn't listed
in fencepost.gnu.org:/gd/gnuorg/copyright.list.

The remaining problem is that we haven't had copyright assignments of
VaX#8, Heiko Schroeder and Gordon Matzigkeit. As for the first two, Erich
is now trying to contact them by proxy. So I'm just waiting.

As for Gordon.... oh, what are you doing, Gordon?! Hurry up, please!
2001-11-12 06:57:29 +00:00
proski
1ea7f95da6 Add stamp-h1 2001-11-08 20:37:03 +00:00
okuji
d05b7706ed Fix a compilation bug when disabling serial support. 2001-11-06 16:42:02 +00:00
okuji
d619861976 JFS and XFS support is added. 2001-10-27 16:04:25 +00:00
okuji
36fd6bd0fa 2001-10-27 Yoshinori K. Okuji <okuji@gnu.org>
* stage2/apm.S: Always disconnect from APM. Written by Erich
	Stefan Boleyn.

	* util/Makefile.am (noinst_DATA): Removed.
	(EXTRA_DIST): Likewise.
2001-10-27 14:48:39 +00:00
gord
e5fd53e574 Update to Automake 1.5 2001-10-15 04:49:50 +00:00
okuji
902ee9ccaf Fix a bug in tftp_read, which may appear when seeking back. 2001-10-13 13:07:40 +00:00
okuji
3785f597a0 Don\'t use get_diskinfo_floppy. 2001-10-13 12:28:37 +00:00
okuji
61928d1323 Ensure that a serial port is set up before used. 2001-10-13 12:02:30 +00:00
okuji
a8ac7eb3f9 add support for DAC960. 2001-10-13 04:20:05 +00:00
jochen
3793b1777b * stage2/fsys_reiserfs.c (reiserfs_super_block): Updated
to better match recent reiserfs versions.
(reiserfs_mount): Handle cases where journal can't be found,
e.g. journal on another disk or unexpected journal parameters.
In that case the journal isn't used.
2001-10-11 11:14:29 +00:00
jochen
62e7ed8b60 * stage2/fsys_reiserfs.c (reiserfs_mount): Don't look at
the superblock field s_journal_block_count anymore.  It used
to contain 0, it never contained a valid value, and now I
have a report that it can contain an invalid value.
2001-10-10 09:23:57 +00:00
jochen
49312f5981 * stage2/fsys_reiserfs.c (reiserfs_dir): Set errnum to
ERR_FSYS_CORRUPT if a symlink can't be read for some reason,
but no error is set by read.
2001-09-24 08:43:38 +00:00
gord
eca369e8d0 Report errors for unrecognized options. 2001-09-22 06:06:17 +00:00
okuji
e9d94149ef Set the level of APM support to 1.1, before turning off the power state. 2001-08-08 08:00:01 +00:00
okuji
044d8501b5 Fix minor bugs in grub-md5-crypt. 2001-08-08 05:17:21 +00:00
gord
9e195f47c2 Ignore zero-length memory ranges. 2001-08-02 20:05:54 +00:00
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