acadia/zion/debug/debug.h
Drew Galbraith b3f8cb9003 Dump the memory map from limine.
Also adds the ability to print formatted messages.
2023-05-18 01:16:53 -07:00

6 lines
103 B
C

#pragma once
#include <stdarg.h>
void dbgln(const char* str, ...);
void panic(const char* str, ...);