Article improvements.

This commit is contained in:
wiz 2004-04-03 15:19:49 +00:00
parent 70e1de69c4
commit 7df565a342

View File

@ -1,4 +1,4 @@
.\" $NetBSD: kloader.4,v 1.1 2004/04/03 02:33:40 uwe Exp $ .\" $NetBSD: kloader.4,v 1.2 2004/04/03 15:19:49 wiz Exp $
.\" .\"
.\" Copyright (c) 2004 Valeriy E. Ushakov .\" Copyright (c) 2004 Valeriy E. Ushakov
.\" All rights reserved. .\" All rights reserved.
@ -41,7 +41,7 @@ firmware.
.Pp .Pp
Some platforms supported by Some platforms supported by
.Nx .Nx
do not have a firmware that can boot do not have a firmware that can boot the
.Nx .Nx
kernel. kernel.
Examples are game consoles (dreamcast and playstation2 ports), and Examples are game consoles (dreamcast and playstation2 ports), and
@ -56,9 +56,9 @@ launching the bootloader program, and finally booting
again. again.
This problem is addressed by This problem is addressed by
.Nm , .Nm ,
that allows currently running kernel to serve as a bootloader for the which allows the currently running kernel to serve as a bootloader
kernel being booted, thus avoiding the burden of booting into the for the kernel being booted, thus avoiding the burden of booting
native OS first. into the native OS first.
.Pp .Pp
When When
.Nm .Nm
@ -68,7 +68,7 @@ causes the
.Nm .Nm
to load the new kernel into memory, and arrange for control to be to load the new kernel into memory, and arrange for control to be
passed to the new kernel \(em just like a standalone bootloader does. passed to the new kernel \(em just like a standalone bootloader does.
The new kernel then boots in an ordinary manner. The new kernel then boots in the ordinary manner.
.Sh SEE ALSO .Sh SEE ALSO
.Xr reboot 2 , .Xr reboot 2 ,
.Xr boot 8 , .Xr boot 8 ,
@ -85,7 +85,7 @@ and
.Fa bootstr .Fa bootstr
arguments passed to the arguments passed to the
.Xr reboot 2 .Xr reboot 2
system call, and reboots the system with previous boot settings. system call, and reboots the system with the previous boot settings.
.Pp .Pp
.Nm .Nm
doesn't support booting compressed kernels. doesn't support booting compressed kernels.