Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/share/man/man8/man8.hpcmips add manual for NetBSD/hpcmi...
details: https://anonhg.NetBSD.org/src/rev/50a66aa900ee
branches: netbsd-1-5
changeset: 489320:50a66aa900ee
user: jun <jun%NetBSD.org@localhost>
date: Thu Aug 31 08:12:15 2000 +0000
description:
add manual for NetBSD/hpcmips bootloader running on WindowsCE.
approved by jhawk.
diffstat:
share/man/man8/man8.hpcmips/Makefile | 4 +-
share/man/man8/man8.hpcmips/pbsdboot.8 | 61 ++++++++++++++++++++++++++++++++++
2 files changed, 63 insertions(+), 2 deletions(-)
diffs (77 lines):
diff -r 5d6dbca6aa3e -r 50a66aa900ee share/man/man8/man8.hpcmips/Makefile
--- a/share/man/man8/man8.hpcmips/Makefile Thu Aug 31 07:50:37 2000 +0000
+++ b/share/man/man8/man8.hpcmips/Makefile Thu Aug 31 08:12:15 2000 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 1999/09/20 00:24:56 hubertf Exp $
+# $NetBSD: Makefile,v 1.2.8.1 2000/08/31 08:12:15 jun Exp $
-MAN= MAKEDEV.8
+MAN= MAKEDEV.8 pbsdboot.8
MLINKS= MAKEDEV.8 makedev.8
MANSUBDIR=/hpcmips
diff -r 5d6dbca6aa3e -r 50a66aa900ee share/man/man8/man8.hpcmips/pbsdboot.8
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man8/man8.hpcmips/pbsdboot.8 Thu Aug 31 08:12:15 2000 +0000
@@ -0,0 +1,61 @@
+.\" $NetBSD: pbsdboot.8,v 1.1.2.2 2000/08/31 08:12:15 jun Exp $
+.Dd Aug 25, 2000
+.Dt PBSDBOOT 8 pbsdboot
+.Os
+.Sh NAME
+.Nm pbsdboot
+.Nd load and boot NetBSD/hpcmips kernel from Windows CE
+.Sh SYNOPSIS
+.Nm pbsdboot.exe
+.Sh DESCRIPTION
+.Nm
+is a program runs on Windows CE.
+It loads and executes the specified
+.Nx Ns Tn /netbsd
+kernel.
+.Pp
+The menu options (for
+.Nm
+itself) are as follows:
+.Bl -tag -width
+.It kernel
+Select Kernel Path.
+.It Frame buffer
+Select Frame Buffer type.
+.It Option
+option for pass kernel.
+.El
+.Pp
+The options for
+.Nx
+kernel are as follows:
+.Bl -tag -width flag
+.It Fl d
+break into the kernel debugger.
+.It Fl m
+use miniroot in memory.
+.It Fl s
+single user mode.
+.It Fl h
+use serial console.check also serial port on.and connect your terminal with 9600bps,8bit,non-parity,VT100 mode.
+.It Fl a
+ask for name:kernel ask root/dump device,filesystem.
+.It Fl b=DEV
+change boot device to DEV(wd0,sd0,nfs,etc)
+.El
+.Sh FILES
+.Bl -tag -width /msdos/pbsdboot.exe -compact
+.It Pa /msdos/pbsdboot.exe
+You will find this program Windows CE readable disk partition.
+.El
+.Sh SEE ALSO
+.Xr reboot 2 ,
+.Sh BUGS
+.Nm
+reads the entire kernel image at once,
+and requires enough free area on the main memory.
+.Sh HISTORY
+The
+.Nm
+utility first appeared in
+.Nx 1.5 .
Home |
Main Index |
Thread Index |
Old Index