22#define debugger_mode 1
This is a basic header files with FrostWing specific short forms and basically a good for life header...
void debug_print(cstring msg)
Puts a string to the address 0xE9 using debug_putc().
void debug_println(cstring msg)
Puts a string to the address 0xE9 using debug_putc() and prints a new line.
void debug_printf(cstring format,...)
printf implemented to debug.
void debug_putc(char c)
Puts a character to the address 0xE9 using x86_64 outb.
Header file for Hardware Abstraction Layer -> Source from GoGX OS.