PANIC(9) Hyra Kernel Developer’s Manual PANIC(9)

NAME

panic - bring the system upon a fatal error

SYNOPSIS

#include <sys/panic.h>

void

panic(const char *fmt, ...);

DESCRIPTION

The panic() function terminates system operation with a message to the console. This is used during fatal errors in order to safely bring down the system with some diagnositic information.

The fmt argument is a printf style format string.

AUTHORS

Ian Moffett <ian@osmora.org>

Hyra Dec 16 2024 Hyra