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
okuji
002f8f7c21
fix a missing prefix problem in set_vbe_mode.
2000-11-10 16:24:18 +00:00
okuji
e3daf570b2
add another workaround for buggy BIOSes into get_diskinfo.
2000-11-10 15:33:10 +00:00
okuji
d917526690
change the error number to a more appropriate one in make_saved_active.
2000-11-08 17:33:41 +00:00
okuji
dac1ed52b8
update the URL of grub/98.
2000-11-05 05:37:40 +00:00
okuji
ad50fc1180
VBE support is partially added.
2000-11-04 16:15:26 +00:00
okuji
76b7a59d9b
add a problem on ez-bios into BUGS.
2000-11-03 10:28:37 +00:00
okuji
2d772c5c9a
update help2man to 1.23.
2000-11-01 12:38:23 +00:00
okuji
9e3eca6950
GRUB cannot boot recent NetBSD or OpenBSD directly.
2000-10-31 08:23:57 +00:00
okuji
582e55cdc4
don't include setjmp.S or apm.S in stage1.5.
2000-10-29 07:37:48 +00:00
okuji
5ac0d65e2e
skip empty lines in a device map file.
2000-10-27 10:28:54 +00:00
jochen
b810c311d0
md5crypt: seed should be unsigned.
2000-10-25 14:35:49 +00:00
jochen
8dd10ab852
md5crypt: Use all bits of currticks () to generate the salt.
2000-10-25 14:28:20 +00:00
okuji
b16aca65b6
fix a quite bogus mistake in apm.S.
2000-10-25 06:16:16 +00:00
jochen
33c3b18d40
* stage2/builtins.c (setup_func): When invoking install with an
...
embedded stage1_5 give the path to menu.lst as real_config_file.
2000-10-24 14:57:24 +00:00
okuji
e7a1ff1759
re-design the graphics table in the Multiboot spec.
2000-10-22 20:14:14 +00:00
okuji
81ec37db03
update docs.
2000-10-22 04:02:05 +00:00
okuji
ce0052dca8
update the list info in README.
2000-10-22 03:16:32 +00:00
okuji
7561bde29d
add a new utility, grub-md5-crypt.
2000-10-21 21:58:46 +00:00
okuji
728e74eef6
add backslashes into continuous lines in grub-install.
2000-10-21 20:46:06 +00:00
okuji
4928cfdad2
add a new command, md5crypt.
2000-10-21 00:13:55 +00:00
okuji
06adfc82ff
update command descriptions.
2000-10-20 19:42:54 +00:00
okuji
f5588d2f41
add a new command, displayapm.
2000-10-19 22:32:52 +00:00
okuji
1f2d29244a
add apm support.
2000-10-19 21:10:42 +00:00
okuji
13a32db008
I forgot to add stage2/setjmp.S.
2000-10-19 18:53:11 +00:00
okuji
6664288bbc
segregate grub_setjmp and grub_longjmp to another file.
2000-10-19 18:24:28 +00:00
okuji
579f60a4e5
update docs.
2000-10-19 12:43:19 +00:00
okuji
9790818856
add stage2/md5.h into the distribution.
2000-10-17 20:10:16 +00:00
okuji
a2622ee1cc
--disable-md5password -> --disable-md5-password
2000-10-17 14:39:15 +00:00