Skip to content
TNZfr edited this page Aug 25, 2024 · 17 revisions

Welcome to the krn wiki !

How it works :

KRN is a command parser to help you in kernel management from :

The main call is based on the $HOME/bin declaration in your PATH :

  • On Ubuntu, it's the default bash skeleton
  • On Debian and Redhat, you must add [ -d $HOME/bin ] && export PATH=$HOME/bin:$PATH in $HOME/.profile

Installation instructions

  • Download tar.gz file in your home directory
  • Extract : tar cfz krn*.*.tar.gz
  • Configure, it's mandatory : krn Configure
  • Use the tool via online help : krn help

For cloners

You must manually create a symbolic link to use the tool.

The command to be personnalized : ln -s ClonedKrnDirectory/Main.sh DirectoryInThePath/krn

Once installed

The first step is configuration: krn configure This step installs all prerequisite tools and bash completion.

If you are trying KRN on a non amd64 architecture, you have to recompile binary tools included :

cd $(krn _getvar KRN_EXE)/src

make all

Clone this wiki locally