int main(void) { // TODO flags to write into kernel mem / nonexistent mem, read/write volatile int *thing = (void*)0xF000BAAA; *thing = 1337; }