fs_exec(int ino)1 int fs_exec(int ino)
2 {
3  void *src = 0;
4  if (ino)
5    src = (void*)0xe000;
6  goto *src;
7 }
8