some bugfixes and documentation updates.

This commit is contained in:
okuji 1999-10-23 19:38:45 +00:00
parent 24b486cfc3
commit 4b1ec86348
7 changed files with 134 additions and 87 deletions

View file

@ -1,3 +1,14 @@
1999-10-23 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
* stage2/builtins.c (map_func): If BIOS_DRIVE_MAP already
contains FROM, override the existsing entry.
If TO is equal to FROM, delete the existing entry if any.
(keycode_func): Likewise.
* docs/user-ref.texi (Command): Use the list of `@deffn's
instead of @table.
(Basic usage): Use @option instead of @code.
(Invoking mbchk): Likewise.
1999-10-23 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
* stage2/asm.S [!STAGE1_5] (set_int15_handler): New function.