Skip to content
This repository was archived by the owner on Dec 12, 2022. It is now read-only.

NklKernelPanic

NullException edited this page Aug 8, 2020 · 1 revision

NklKernelPanic fucntion

Description

Triggers a kernel panic and halts the system.

Syntax

void NklKernelPanic(dword arg1, 
                    dword arg2, 
                    dword arg3, 
                    dword arg4, 
                    kernelpanic reason
);

Parameters

arg1

The first attribute


arg2

The second attribute


arg3

The third attribute


arg4

The fourth attribute


reason

A valid kernelpanic code

Return Value

N/A

Notes

The register dump is supposed to approximate the register state before the function was called.

Clone this wiki locally