add a new command, displayapm.

This commit is contained in:
okuji 2000-10-19 22:32:52 +00:00
parent 1f2d29244a
commit f5588d2f41
3 changed files with 52 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2000-10-20 OKUJI Yoshinori <okuji@gnu.org>
* stage2/builtins.c (displayapm_func): New function.
(builtin_displayapm): New variable.
(builtin_table): Added a pointer to BUILTIN_DISPLAYAPM.
2000-10-20 OKUJI Yoshinori <okuji@gnu.org>
APM BIOS table support is added, based on a patch by Matt Yourst