This repository has been archived by the owner on Jan 1, 2023. It is now read-only.
2021.5
A guide on how to build the kernel is here.
If you have any problems with building/running something, do NOT open an issue to KISS Linux as this is not an official build. Open an issue here or nag me on IRC. Installation procedures should be identical to KISS, you can see that here.
Usage:
- Extract the archive as root from inside a directory (
cd dir; tar xf ../wyverkiss-XXXX.X-rootfs.tar.xz
). - Run
./bin/kiss-chroot
to enter the chroot.
Changelog:
- Updated all packages.
- Fixed permissions for
/var/tmp
and/tmp
. - All C++ packages should only link to
libc++
only instead oflibc++
,libc++abi
, andlibunwind
.
Build flags:
export CFLAGS="-march=x86-64 -mtune=generic -pipe -Os"
export CXXFLAGS="-march=x86-64 -mtune=generic -pipe -Os"
export MAKEFLAGS="-j4"
Packages:
baselayout 1 8
busybox 1.33.0 3
byacc 20210328 1
bzip2 1.0.8 1
curl 7.76.1 1
flex 2.6.4 4
git 2.31.1 1
kiss 5.3.1 1
libressl 3.3.1 2
linux-headers 5.10.1 1
llvm 12.0.0 2
m4 6.7 2
make 20210314 1
musl 1.2.2 1
pigz 2.6 1
xz 5.2.5 1
zlib 1.2.11 3