Commit graph

424 commits

Author SHA1 Message Date
okuji
19a2446669 fix a potential bug in setkey. 2000-10-17 02:15:25 +00:00
okuji
092f32f05b fix a bug in the Linux cmdline handling code. 2000-10-16 04:27:56 +00:00
okuji
11236082ea change the format of drive info in the Multiboot Specification, implement some of the new features. 2000-10-15 21:18:14 +00:00
okuji
636299cc50 add a new option --recheck into grub-install, relieve the check of a device file in grub-install. 2000-10-15 18:24:58 +00:00
okuji
84cd6e2879 add linux devfs support into the grub shell. 2000-10-15 16:39:04 +00:00
okuji
0f8fdcc8b2 added support for native devfs device names into grub-install. 2000-10-14 17:04:45 +00:00
okuji
f6a7cd3d17 update docs. 2000-10-14 14:46:45 +00:00
okuji
2a5ae102fe reset key mappings, when the user specifies no argument to setkey. 2000-10-14 08:09:43 +00:00
okuji
9bbcd45d64 add a new chapter about security into the tutorial. 2000-10-12 19:59:31 +00:00
okuji
009bf82dbc Change "shit" to "mess".
NOTE: Even the word "mess" is not still enough to represent how wrong and
bad the Linux video support is, but I don't want to hear complaints from
Linux fanatics any more.
2000-10-10 17:48:57 +00:00
okuji
1301164d4c don't assume that a device file name consists of only alphanums. 2000-10-10 06:09:55 +00:00
okuji
14b7a703a9 fix two bugs in the command setkey and start.S. 2000-10-09 16:32:59 +00:00
okuji
aa7121490f fix a bug in grub-install. 2000-10-08 03:42:36 +00:00
okuji
261bf12dcf fix a bug in find_func, and fix an inconsistency between NEWS and INSTALL. 2000-10-07 18:09:42 +00:00
okuji
324e93a919 fix a stupid bug in write_to_partition. 2000-10-07 07:25:25 +00:00
okuji
5b956a8ac8 merge the changes on the branch prepare_0_5_96 to the main trunk. 2000-10-07 07:19:12 +00:00
okuji
98be6a00af increase the version number. 2000-10-05 04:43:26 +00:00
okuji
62eafe888b call fstat to get a geometry on Hurd, don't include linux/cdrom.h any longer. 2000-09-30 17:56:29 +00:00
okuji
504e540242 fix a bug in grub-install, which affected only GNU/Hurd. 2000-09-30 01:35:21 +00:00
okuji
225b464978 add new commands, partnew and parttype, add one more sanity check for reiserfs. 2000-09-29 18:55:27 +00:00
okuji
69e36bc547 rewrite the command find, update TODO. 2000-09-29 02:26:59 +00:00
okuji
b3ccacd20f new partition table scanning engine. 2000-09-29 00:41:42 +00:00
okuji
11f52a0d70 don't define unusable commands, don't handle a dumb terminal if serial terminal support is disabled, enable serial terminal support by default. 2000-09-26 19:52:29 +00:00
okuji
c6c180757e add --prefix into the command setup, and add separate boot partition support into grub-install. 2000-09-25 16:05:47 +00:00
okuji
0bcf40674e append a mem= option instead of prepending it. 2000-09-11 20:55:02 +00:00
okuji
bda2eea18d add an additional minix partition type. 2000-09-10 16:45:15 +00:00
okuji
b5381c0919 change boot messages. 2000-09-10 08:46:52 +00:00
okuji
4a1f0661d6 disable to align functions, loops and jumps. 2000-09-08 21:30:17 +00:00
okuji
a9509cdf9a sorry, I forgot to add Hal into THANKS. 2000-09-07 10:31:50 +00:00
okuji
aa4e796168 fix a bug in lib/device.c. 2000-09-07 10:30:09 +00:00
okuji
af670e41f3 fix typos and imprecisions in the docs. 2000-09-07 10:21:04 +00:00
okuji
5fb0adb667 just silence GCC warnings. 2000-09-07 10:06:22 +00:00
okuji
6ee3c49cc8 add auto fill mode into grub_putchar, to fix the ">80 characters in one line" problem. 2000-09-06 12:31:24 +00:00
okuji
1b38e4d0cf add support for saving a default entry number in your disk. 2000-09-06 03:02:39 +00:00
okuji
abca3d8f72 don't check if a sector of a disk is outside the disk in LBA mode by default, because some BIOSes don't return correct geometries. 2000-09-05 12:27:00 +00:00
okuji
35662478d7 print an error number even in Stage 2. 2000-09-05 12:02:42 +00:00
okuji
36854134df improve the dumb terminal support and fix some bugs related to the support. 2000-09-05 08:44:31 +00:00
okuji
9015cd0364 fix a typo in grub-install, and fix open flags in install_func. 2000-09-03 05:08:50 +00:00
okuji
6728379880 fix a bug in the option --speed for the command serial, fix the cursor position after displaying the menu, add the keys v and ^ to move the corsor in the menu. 2000-09-01 22:47:21 +00:00
okuji
fa8456816f add two new options, --dumb and --timeout, into the command terminal. 2000-08-31 12:48:06 +00:00
okuji
7f6d84c46f add a workaround for binutils-2.9.1.0.x into stage1.S. 2000-08-30 19:06:30 +00:00
okuji
454e26626c add a timeout to --hold for the grub shell, fix a compilation error with gcc-2.7.2.3, and the command-line interface is switched to single-line editing mode. 2000-08-30 07:00:16 +00:00
okuji
e8e3b99925 emulate a new line by the grub shell itself instead of ncurses. 2000-08-28 12:22:03 +00:00
okuji
a1fafbfb0e print a carriage return as well as a newline, in grub_putchar instead of console_putchar. 2000-08-27 16:02:08 +00:00
okuji
563b471fc7 don't include linux/fs.h. 2000-08-27 11:21:25 +00:00
okuji
e705c4bdf8 Undo previous changes on serial.h and serial.c. I'm sorry, that was my mistake. 2000-08-26 17:36:07 +00:00
okuji
f1c162c0c6 preserve a magic number used by Windows NT. 2000-08-26 17:28:27 +00:00
okuji
16cbb2b422 handle special key codes in a serial terminal, and remove unnecessary push/pop operations in asm.S. 2000-08-25 16:58:44 +00:00
okuji
3c5fa0cfe3 include stdio.h first in builtins.c. 2000-08-24 07:26:03 +00:00
okuji
d91146efac add --enable-serial-speed-simulation into configure, fix a bug in setjmp/longjmp, add --speed into the command serial, restart the command-line interface when a serial terminal is enabled. 2000-08-21 06:30:14 +00:00