// buggy program - faults with a write to a kernel location #include void umain(int argc, char **argv) { *(unsigned*)0xf0100000 = 0; }