Skip to content

luhsra/llfree-linux

 
 

Repository files navigation

Linux with LLFree

First enable the CONFIG_LLFREE option (make O=build-llfree-vm LLVM=1 menuconfig). Currently only x86_64 has been tested.

Then the Kernel can be build as usual (with llvm):

make O=build-llfree-vm LLVM=1

Structure

The llfree module can be found in mm/llfree. It consists of the llfree-c library and a small wrapper.

Packages

No packages published

Languages

  • C 98.5%
  • Assembly 0.8%
  • Shell 0.3%
  • Makefile 0.2%
  • Python 0.1%
  • Perl 0.1%