Commit graph

553 commits

Author SHA1 Message Date
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
okuji
cccfe78a6a add some missing variables replaced by configure into grub-md5-crypt. 2001-01-13 04:07:37 +00:00
okuji
acc6543257 fix some bugs in the example kernel and the Makefile entries. 2001-01-11 23:33:09 +00:00
okuji
7519621c59 add a new command, ifconfig. 2001-01-11 08:08:15 +00:00
okuji
1b97631a73 add an option to build the example kernel. 2001-01-11 07:28:16 +00:00
okuji
ca6efbe093 add a workaround to boot Windows from a logical partition. 2001-01-10 20:48:50 +00:00
okuji
3c8e99279f * stage2/builtins.c (boot_func): In the chain-loading mode,
clear the active flag of each of the loaded partition entries,
	and then set the active flag of the booted partition image.
VS: ----------------------------------------------------------------------
2001-01-06 22:14:59 +00:00
jochen
71840f80e9 Call open_partition() even for MBR, so that part_start is correct.
This fixes a bug reported by Matthias Granberry <matthias@slurpee.org>.
2001-01-04 13:38:24 +00:00
okuji
00deed40cc update NEWS and fix a sentense inconsistent against GNU coding style. 2000-12-21 22:42:33 +00:00
okuji
d24002df4f use lower case for the variable name MBR. 2000-12-21 22:35:01 +00:00
jochen
2f0dff243a From Cedric Ware <ware@com.enst.fr>:
Detect ext2 partitions in a OpenBSD/NetBSD FS_EXT2FS slice.
2000-12-20 08:56:39 +00:00
jochen
207a82b176 Added EZ-BIOS support.
Cleaned up the write code.
Added support for automatically embedding to file systems in setup_func.
2000-12-17 19:25:50 +00:00
okuji
47148b669b fix a problem that chainloader doesn't report any error, even if it failed. 2000-12-16 20:25:15 +00:00
okuji
9f4cb39873 update prog-ref.texi. 2000-12-13 23:10:26 +00:00
okuji
fb01925bdf revise the fix for floppy device handling in grub-install. 2000-12-13 17:15:30 +00:00
okuji
b1cdb09358 add a workaround for Thinkpad X20. 2000-12-13 17:11:19 +00:00
jochen
f8e4561c47 * stage2/disk_io.c (next_partition): Mask out bsd partition sub
type when checking if last partition was a bsd partition.
Reported by Heikki Vatiainen <hessu@cs.tut.fi>.
2000-12-09 15:50:39 +00:00
okuji
29aa359512 fix a floppy handling bug in grub-install. 2000-12-09 10:14:09 +00:00
okuji
8593e88271 fix a bug in linux devfs support. 2000-12-09 01:19:26 +00:00
jochen
8fe3b6de83 Corrected the check for IS_PC_SLICE_TYPE_MINIX; minix was only working
if slice type was wrong! Reported by Ralf Medow <ralf.medow@t-online.de>.
2000-12-05 15:02:10 +00:00
jochen
8eff936f97 Handle items with old version key on new version reiserfs partition. 2000-11-27 12:06:25 +00:00
okuji
110ade1398 revise TODO. 2000-11-26 18:39:50 +00:00
okuji
da863ed2de disable to probe I/O ports temporarily. 2000-11-26 18:31:30 +00:00
okuji
5c6112a372 use O_FSYNC instead of O_SYNC in FreeBSD. 2000-11-26 18:27:29 +00:00
okuji
65d6a086d0 simplify track_int13 and some related code, and fix a few bugs in VBE support code. 2000-11-21 16:36:21 +00:00
okuji
455795862c add support for a preset menu file. 2000-11-15 04:30:23 +00:00