This repository has been archived on 2023-09-28. You can view files and clone it, but cannot push or open issues or pull requests.
homepage/content/projects/noxos/docs/codebase/utils/panic.h.md

274 B

title summary
panic.h ahhhh - the kernel is burning

panic(state, message) - function (void)

This prints out the error message, a stack backtrace and a register dump. After that, the kernel halts forever. This function is called, when a fatal error occurs