Files
ksOS/Kernel/Source/KernelMain.c
T
2026-04-23 06:49:40 +04:00

5 lines
81 B
C

#include "types.h"
void KernelMain(void) {
volatile UInt64 meow = 0x12345;
}