Query: cpu_startup
OS: netbsd
Section: 9
Links: netbsd man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CPU_STARTUP(9) BSD Kernel Developer's Manual CPU_STARTUP(9)NAMEcpu_startup -- machine-dependent CPU startupSYNOPSIS#include <sys/systm.h> void cpu_startup(void);DESCRIPTIONThe machine-dependent cpu_startup() is invoked early during system bootstrap, after the console has been set up and immediately after uvm(9) has been initialized. The following tasks are performed by cpu_startup(): o print the initial copyright message; o allocate memory and buffers for kernel tables; and o initialize the CPU.SEE ALSOautoconf(9), uvm(9)BSDApril 13, 2010 BSD
Related Man Pages |
---|
sysmon_task_queue_preinit(9) - netbsd |
trypbuf(9) - debian |
sysmon_task_queue_init(9) - netbsd |
sysmon_task_queue_sched(9) - netbsd |
pbuf(9) - freebsd |
Similar Topics in the Unix Linux Community |
---|
Unix File Permissions |
Better to Use Return Code or wc -l Output? |
NetBSD 6.1.2: apm and admd not found |
Adding a List of Times |