Add the description for the "mem:<address>" bootname.

This commit is contained in:
phx 2012-01-01 14:48:40 +00:00
parent 2be27e0188
commit c3ed2ca16a

View File

@ -1,4 +1,4 @@
.\" $NetBSD: altboot.8,v 1.3 2011/01/27 11:33:43 nisimura Exp $
.\" $NetBSD: altboot.8,v 1.4 2012/01/01 14:48:40 phx Exp $
.\"
.\" Copyright (c) 2011 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -114,6 +114,7 @@ One of the following:
.Dl tftp:
.Dl wd Ns Ar Np Ns : Ns Ar filename
.Dl wd Ns Ar Np Ns :
.Dl mem: Ns Ar address
.Dl net:
.Pp
The last one is a synonym of
@ -177,6 +178,16 @@ for booting the
.Tn ELF
.Nx
kernel.
.It mem: Ns Va address
boots the
.Tn ELF
.Nx
kernel from any address in memory. The
.Em address
argument has to be specified as a hexadecimal number and denotes the
start address of the
.Tn ELF
image in memory.
.El
.Pp
.Tn U-Boot/PPCBoot