Robert Millan
48f5611bc8
2009-12-24 Robert Millan <rmh.grub@aybabtu.com>
...
* docs/Makefile.am (EXTRA_DIST): Remove `menu.lst'.
2009-12-24 15:27:59 +00:00
Vladimir 'phcoder' Serbinenko
dd370d33f3
2009-12-13 Vladimir Serbinenko <phcoder@gmail.com>
...
Prevent generation of .note.gnu.build-id which drastically increases
memory requirements of example kernel.
* docs/Makefile.am (kernel_LDFLAGS): Add '-Wl,--build-id=none'.
2009-12-14 00:16:23 +01:00
Vladimir 'phcoder' Serbinenko
d8cae8cf39
2009-12-13 Vladimir Serbinenko <phcoder@gmail.com>
...
* docs/Makefile.am: Remove HELP2MAN.
2009-12-13 23:33:14 +01:00
Robert Millan
dacd27130a
2009-11-13 Robert Millan <rmh.grub@aybabtu.com>
...
Remove everything not related to Multiboot. A huge number of files
was removed (too many to list them here). The following files were
modified:
* AUTHORS: Remove GRUB-specific bits.
* Makefile.am: Likewise.
* THANKS: Likewise.
* autogen.sh: Likewise.
* configure.ac: Likewise.
* docs/Makefile.am: Likewise.
2009-11-13 15:48:17 +00:00
okuji
005098fb1b
2006-06-24 Yoshinori K. Okuji <okuji@enbug.org>
...
* docs/grub.texi: Changed the license term to the GNU Free
Documentation License 1.2.
* docs/multiboot.texi: Reformatted to show the license term
and the version number explicitly.
* docs/fdl.texi: New file.
* docs/Makefile.am (grub_TEXINFOS): Added fdl.texi.
2006-06-24 14:40:02 +00:00
okuji
bf88d91883
2002-11-30 Yoshinori K. Okuji <okuji@enbug.org>
...
* docs/Makefile.am (man_MANS): Added grub-terminfo.8.
($(srcdir)/grub_terminfo.8): New target.
* utils/grub-terminfo.in: New file.
* util/Makefile.am (sbin_SCRIPTS): Added grub-terminfo.
* configure.in (AC_OUTPUT): Added util/grub-terminfo.
* docs/grub.texi (terminfo): New subsection.
(Invoking grub-terminfo): New chapter.
From Tilmann Bubeck <t.bubeck@reinform.de>:
* stage2/Makefile.am (noinst_HEADERS): Added terminfo.h and
tparm.h.
(libgrub_a_SOURCES): Added terminfo.c and tparm.c.
(pre_stage2_exe_SOURCES): Likewise.
* stage2/terminfo.c: New file.
* stage2/terminfo.h: Likewise.
* stage2/tparm.c: Likewise.
* stage2/tparm.h: Likewise.
* stage2/stage2.c (get_line_from_config): Fix handling of
backslashes.
* stage2/char_io.c (grub_putstr): New function.
(grub_printf): Use grub_putstr.
(substring): Add const into both arguments.
* stage2/builtins.c [SUPPORT_SERIAL]: Include terminfo.h.
[SUPPORT_SERIAL] (terminfo_func): New function.
[SUPPORT_SERIAL] (builtin_terminfo): New variable.
(builtin_table) [SUPPORT_SERIAL]: Added a pointer to
BUILTIN_TERMINFO.
* stage2/serial.c (serial_gotoxy): Use ti_cursor_address.
(serial_cls): Use ti_clear_screen.
(serial_highlight): use ti_enter_standout_mode and
ti_exit_standout_mode.
2002-11-29 20:39:24 +00:00
okuji
d20f9609ce
The new grub manual is made official.
2001-02-07 20:26:29 +00:00
okuji
acc6543257
fix some bugs in the example kernel and the Makefile entries.
2001-01-11 23:33:09 +00:00
okuji
1b97631a73
add an option to build the example kernel.
2001-01-11 07:28:16 +00:00
okuji
7561bde29d
add a new utility, grub-md5-crypt.
2000-10-21 21:58:46 +00:00
okuji
ca0ad141b6
add grub-install.
1999-11-18 06:00:32 +00:00
okuji
9d7344365c
add a workaround for some BIOSes into stage1, remove our own rult to produce info files.
1999-10-26 03:44:30 +00:00
okuji
8ae7fd5f6f
fix some minor bugs and replace the old manual with the new one.
1999-10-23 23:58:27 +00:00
okuji
f4c8bacd5a
add appendices.texi and prog-ref.texi.
1999-10-21 20:04:07 +00:00
okuji
c14ac03919
add user-ref.texi.
1999-10-21 17:38:49 +00:00
okuji
460515b963
minor cleanups.
1999-10-20 11:27:23 +00:00
okuji
28f2016a13
add a prelimary version of a new manual.
1999-10-19 07:09:27 +00:00
okuji
e865376cd5
add the man page for mbchk.
1999-10-18 17:50:57 +00:00
okuji
ded4da6a6e
fix some potential problems.
1999-10-17 05:19:06 +00:00
okuji
ec2469fa84
add an example Multiboot kernel.
1999-10-16 10:30:43 +00:00
okuji
694616c180
modify the implement of the maintainer mode.
1999-09-13 13:32:31 +00:00
okuji
434d8607cc
add minix fs support. use the name "the grub shell" instead of "the stage2 emulator".
1999-08-26 09:42:57 +00:00
gord
cec4786ec2
Final touches for release.
1999-07-26 22:58:10 +00:00
okuji
9350d46a2a
build process is cleaned up
1999-06-24 00:03:29 +00:00
okuji
a0ca5d0c06
/sbin/grub is always built and grub.8 is produced automatically
1999-06-23 00:00:54 +00:00
okuji
a75a6efb40
remove old documents and fix some bugs
1999-06-21 11:23:51 +00:00
okuji
9ad024eb56
Change the location of some documents to the top directory.
1999-05-20 19:23:12 +00:00
okuji
421dbceb11
Update docs
1999-05-14 11:19:13 +00:00
gord
d34ac5a182
Initial stab at Mach-style partition names, LBA mode, and documentation.
1999-03-09 15:09:30 +00:00
gord
791601f51d
Autoconf/Automake jumbo patches
1999-03-01 19:12:32 +00:00