Added man page, hpcmips/boot.8. PR #21371.

This commit is contained in:
takemura 2003-05-07 13:14:50 +00:00
parent c573c77372
commit e02bb3ff4e
3 changed files with 84 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: mi,v 1.578 2003/05/03 08:27:51 he Exp $
# $NetBSD: mi,v 1.579 2003/05/07 13:14:50 takemura Exp $
./usr/share/info/am-utils.info man-amd-info
./usr/share/info/as.info man-computil-info
./usr/share/info/awk.info man-util-info
@ -1452,6 +1452,7 @@
./usr/share/man/cat8/hpcarm/MAKEDEV.0 man-sysutil-catman
./usr/share/man/cat8/hpcarm/makedev.0 man-sysutil-catman
./usr/share/man/cat8/hpcmips/MAKEDEV.0 man-sysutil-catman
./usr/share/man/cat8/hpcmips/boot.0 man-sys-catman
./usr/share/man/cat8/hpcmips/makedev.0 man-sysutil-catman
./usr/share/man/cat8/hpcmips/pbsdboot.0 man-sys-catman
./usr/share/man/cat8/hpcsh/MAKEDEV.0 man-sysutil-catman
@ -3263,6 +3264,7 @@
./usr/share/man/man8/hpcarm/MAKEDEV.8 man-sysutil-man
./usr/share/man/man8/hpcarm/makedev.8 man-sysutil-man
./usr/share/man/man8/hpcmips/MAKEDEV.8 man-sysutil-man
./usr/share/man/man8/hpcmips/boot.8 man-sys-man
./usr/share/man/man8/hpcmips/makedev.8 man-sysutil-man
./usr/share/man/man8/hpcmips/pbsdboot.8 man-sys-man
./usr/share/man/man8/hpcsh/MAKEDEV.8 man-sysutil-man

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.3 2000/08/25 06:15:11 jun Exp $
# $NetBSD: Makefile,v 1.4 2003/05/07 13:14:51 takemura Exp $
MAN= MAKEDEV.8 pbsdboot.8
MAN= MAKEDEV.8 boot.8 pbsdboot.8
MLINKS= MAKEDEV.8 makedev.8
MANSUBDIR=/hpcmips

View File

@ -0,0 +1,79 @@
.\" $NetBSD: boot.8,v 1.1 2003/05/07 13:14:51 takemura Exp $
.Dd May 5, 2003
.Dt BOOT 8 hpcmips
.Os
.Sh NAME
.Nm boot
.Nd
system bootstrapping procedures
.Sh DESCRIPTION
.\"
.Ss Power fail and crash recovery
.\"
Unfortunately, on most machines, the system can't reboot itself
at power-up or after crashes.
You might have to restart the system manually.
Once the system starts, an automatic consistency check of the file systems
will be performed,
and unless this fails, the system will resume multi-user operations.
.\"
.Ss Cold starts
.\"
Typical MIPS based Windows CE Handheld machines
attempt to boot Windows CE operating system in its own boot ROM.
You can't boot the
.Nx
directly skipping Windows CE.
The
.Nx
bootloaders are provided as application programs on Windows CE instead.
You can choose
.Xr pbsdboot 8
or hpcboot.
Though the bootloaders are application programs,
they blow away entire Windows CE OS and it's settings
when kernel boots successfully.
.\"
.Ss Normal Operation
.\"
Once running, a familiar window will appear. You can choose machine type,
kernel file locaion and kernel boot options with GUI and push the button
named
.Dq Li [boot]
to boot the
.Nx .
.\"
.Ss Automatic mode
.\"
The bootloaders have
.Dq Li auto boot
option. If you enable this option,
specified kernel will be loaded automatically
after a countdown.
.\"
.Sh FILES
.\"
.Bl -tag -width pbsdboot1.exe -compact
.It Pa /netbsd
system code
.It Pa /netbsd.gz
gzip-compressed system code
.It Pa pbsdboot1.exe
bootloader executable file for Windows CE version 1.01
.It Pa pbsdboot.exe
bootloader executable file for Windows CE
.It Pa hpcboot.exe
new bootloader executable file for Windows CE
.El
.\"
.Sh SEE ALSO
.\"
.Xr pbsdboot 8 ,
hpcboot
.\"
.Sh BUGS
.\"
You don't have a general way to launch a bootloader automatically
while a few Windows CE machine provides
.Dq auto run
mechanism.