Update documentation to reflect reality; uvm_init() runs after the console

has been configured, then cpu_startup() prints the initial copyright banner.
This commit is contained in:
sketch 2006-02-27 11:21:03 +00:00
parent 2910d4c72c
commit bd7b072254
2 changed files with 7 additions and 5 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: cpu_startup.9,v 1.3 2003/04/16 13:35:27 wiz Exp $
.\" $NetBSD: cpu_startup.9,v 1.4 2006/02/27 11:21:03 sketch Exp $
.\"
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -46,14 +46,16 @@
.Fn cpu_startup "void"
.Sh DESCRIPTION
.Fn cpu_startup
is invoked early during system bootstrap, after the copyright banner
has been displayed on the console and immediately after
is invoked early during system bootstrap, after the console
has been set up and immediately after
.Xr uvm 9
has been initialized.
.Fn cpu_startup
performs the following tasks:
.Bl -bullet
.It
prints the initial copyright message
.It
allocate memory and buffers for kernel tables
.It
initialize the CPU

View File

@ -1,4 +1,4 @@
.\" $NetBSD: uvm.9,v 1.71 2006/01/29 03:09:19 rpaulo Exp $
.\" $NetBSD: uvm.9,v 1.72 2006/02/27 11:21:03 sketch Exp $
.\"
.\" Copyright (c) 1998 Matthew R. Green
.\" All rights reserved.
@ -88,7 +88,7 @@ There are also several miscellaneous functions.
.Pp
.Fn uvm_init
sets up the UVM system at system boot time, after the
copyright has been printed.
console has been setup.
It initialises global state, the page, map, kernel virtual memory state,
machine-dependent physical map, kernel memory allocator,
pager and anonymous memory sub-systems, and then enables