Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

JALK - Just Another Linux Kernel

Build CI License: GPL v2 Kernel

Based on Linux Kernel 7.0.10

JALK is a performance-optimized fork of the Linux kernel designed for:

  • Modern x86_64
  • Legacy x86_64 (i386 compat)
  • ARM/ARM64
  • RISC-V
  • PowerPC
  • MIPS
  • s390
  • All other Linux-supported architectures

Building

make defconfig
make -j$(nproc)

For specific architectures:

make ARCH=arm64 defconfig
make ARCH=arm64 -j$(nproc)

Features

  • All upstream Linux kernel features
  • Architecture-specific optimizations enabled by default
  • PREEMPT enabled for desktop workloads
  • Additional debugging disabled in release builds
  • Optimized for performance across all platforms

License

GNU General Public License v2.0

About

JALK - Just Another Linux Kernel

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages