Manual installation on Linuxgit clone https://github.com/xyproto/orbiton cd orbiton make && sudo make install And optionally:make gui && sudo make gui-install It is also possible to install the symlinks that are suggested further down in this document....
#endif /* LINUX_KASAN_H */ 98 changes: 76 additions & 22 deletions 98 lib/Kconfig.kasan Original file line numberDiff line numberDiff line change @@ -1,36 +1,92 @@ # This config refers to the generic KASAN mode. config HAVE_ARCH_KASAN bool if HAVE_ARCH_KASAN config HAVE_ARCH_KA...