acadia/zion/include/zcall.h
Drew Galbraith aefb4f082b Add a kernel ELF module and load it in a new process.
Don't yet jump to userspace.
2023-05-29 00:32:54 -07:00

8 lines
102 B
C

#pragma once
#include <stdint.h>
#define Z_DEBUG_PRINT 100
uint64_t ZDebug(const char* message);