5 lines
81 B
C
5 lines
81 B
C
#include "types.h"
|
|
|
|
void KernelMain(void) {
|
|
volatile UInt64 meow = 0x12345;
|
|
} |