add a new command, blocklist.

This commit is contained in:
okuji 1999-12-30 08:21:08 +00:00
parent 161b9f4dde
commit 372831bc72
4 changed files with 94 additions and 0 deletions

View file

@ -1,3 +1,11 @@
1999-12-30 OKUJI Yoshinori <okuji@gnu.org>
* stage2/builtins.c (blocklist_func): New function.
(builtin_blocklist): New variable.
(builtin_table): Added a pointer to BUILTIN_BLOCKLIST.
* docs/user-ref.texi (Command-line-specific commands): Added a
description about the command "blocklist".
1999-12-30 OKUJI Yoshinori <okuji@gnu.org>
* stage2/disk_io.c (grub_seek): New function.