Subject: Detecting boot time
To: None <tech-kern@netbsd.org>
From: Lennart Augustsson <augustss@augustsson.net>
List: tech-kern
Date: 09/15/1999 10:36:12
Is there a way (in kernel code) to detect if the kernel is in
the boot part or running normally?
I want to know because during boot the interrups are disabled
and you need to poll for completion, whereas during normal
execution interrupts work.

        -- Lennart