Query: cpu_startup
OS: netbsd
Section: 9
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 |
| get_cyclecount(9) - debian |
| relpbuf(9) - debian |
| trypbuf(9) - freebsd |
| getpbuf(9) - freebsd |
| Similar Topics in the Unix Linux Community |
|---|
| Better to Use Return Code or wc -l Output? |
| RFC - Korn shell prompt |
| Make bold chars in UNIX |
| Grep command to show the number of results |