Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

ekuiter/kmax-vm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kmax VM

This project is deprecated. Installing Kmax is now much easier, have a look at the original repository. For automated usage of Kmax/Kclause inside a virtual machine, have a look at our feature model repository.

This repository provides a virtual machine running Kmax, a tool for deducing presence conditions and more from the KConfig language and KBuild build system.

All dependencies for Kmax are set up automatically. Some scripts for analyses are included.

Getting Started

Clone recursively:

git clone --recurse-submodules git@github.com:ekuiter/kmax-vm.git

Install Vagrant.

Run vagrant up inside this repository. This will also prompt you to install the ubuntu/trusty64 box, the base system for the VM.

After vagrant up, use vagrant ssh to log on, then cd kmax.

Now you can run different analyses, e.g.

source busybox-1_28_stable.sh # obtain presence conditions for every file in Busybox
source busybox-1.25.0.sh # alternate version
source linux-4.16.9-x86.sh # obtain presence conditions for every file in the Linux kernel
source linux-4.14.13-x86.sh # alternate version

The appropriate sources are automatically downloaded.

The results are stored in the data directory.

About

Easy-to-use environment for Kmax

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages