#include #include #include void main() { printf("Initializing userspace...\n"); //gui_init(); syscall_exec("/bin/sh"); while (1) { }; }