fix several bugs.
This commit is contained in:
parent
a3d2f9bee9
commit
c95941d65d
19 changed files with 137 additions and 21 deletions
|
@ -229,9 +229,8 @@ uninstall-info:
|
|||
@if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
|
||||
list='$(INFO_DEPS)'; \
|
||||
for file in $$list; do \
|
||||
d=$(srcdir); \
|
||||
echo " install-info --info-dir=$(DESTDIR)$(infodir) --remove $$d/$$file"; \
|
||||
install-info --info-dir=$(DESTDIR)$(infodir) --remove $$d/$$file; \
|
||||
echo " install-info --info-dir=$(DESTDIR)$(infodir) --remove $(DESTDIR)$(infodir)/$$file"; \
|
||||
install-info --info-dir=$(DESTDIR)$(infodir) --remove $(DESTDIR)$(infodir)/$$file; \
|
||||
done; \
|
||||
else :; fi
|
||||
@$(NORMAL_UNINSTALL)
|
||||
|
@ -412,6 +411,7 @@ distclean-generic:
|
|||
-rm -f config.cache config.log stamp-h stamp-h[0-9]*
|
||||
|
||||
maintainer-clean-generic:
|
||||
-rm -f Makefile.in
|
||||
mostlyclean-am: mostlyclean-vti mostlyclean-aminfo mostlyclean-generic
|
||||
|
||||
mostlyclean: mostlyclean-am
|
||||
|
|
|
@ -543,6 +543,12 @@ follows:
|
|||
52 | drives_count | (present if flags[7] is set)
|
||||
56 | drives_addr | (present if flags[7] is set)
|
||||
+-------------------+
|
||||
60 | config_table | (present if flags[8] is set)
|
||||
+-------------------+
|
||||
64 | boot_loader_name | (present if flags[9] is set)
|
||||
+-------------------+
|
||||
68 - ?? | apm_table | (present if flags[10] is set)
|
||||
+-------------------+
|
||||
@end group
|
||||
@end example
|
||||
|
||||
|
@ -782,6 +788,9 @@ ports).
|
|||
The last field @samp{reserved} is reserved for future use, and must be
|
||||
zero. The size is four bytes.
|
||||
|
||||
@c I'll write the descriptions about config_table, boot_loader_name and
|
||||
@c apm_tabel. Just wait for a while. - okuji
|
||||
|
||||
|
||||
@node Examples
|
||||
@chapter Examples
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue