1
0
Fork
You've already forked derive
0
forked from derivelinux/derive
the operating situation
  • Shell 99.7%
  • SystemVerilog 0.3%
shrub900 0b10c80bb3 revert 6ed4ad01b2
revert fix: kexec back and remove some unused stuff from config
2026年03月17日 20:28:05 +01:00
config revert 6ed4ad01b2 2026年03月17日 20:28:05 +01:00
overlay uefi things, config changes, libunwind fix, modules fix, various other fixes 2026年03月16日 19:28:35 +00:00
ports uefi things, config changes, libunwind fix, modules fix, various other fixes 2026年03月16日 19:28:35 +00:00
.gitignore various cleanup, /etc/profile stuff, userns in kernel 2025年12月29日 22:41:11 +00:00
bs-dtr renovate 2026年02月26日 21:11:43 +00:00
bs-spc renovate 2026年02月26日 21:11:43 +00:00
build-iso.sh uefi things, config changes, libunwind fix, modules fix, various other fixes 2026年03月16日 19:28:35 +00:00
build-kernel.sh uefi things, config changes, libunwind fix, modules fix, various other fixes 2026年03月16日 19:28:35 +00:00
build.sh uefi things, config changes, libunwind fix, modules fix, various other fixes 2026年03月16日 19:28:35 +00:00
pkglist uefi things, config changes, libunwind fix, modules fix, various other fixes 2026年03月16日 19:28:35 +00:00
README.md uefi things, config changes, libunwind fix, modules fix, various other fixes 2026年03月16日 19:28:35 +00:00

dérive

a simple, independent, statically linked x86_64 linux distribution built from scratch.

dérive is a work in progress, install at your own risk. contributions appreciated.

read more on our website at derivelinux.org.

come chat irc.ergo.chat #derive

building

dérive is not fun to build. we reccomend you download an ISO from our website instead. if you want too anyway:

requires:

  • linux host
  • wget, tar, gzip, xz
  • cc, make, binutils
  • git

you will need various other build dependencies too. i will try and compile a proper list later

build commands:

./build.sh

clean ur builds:

./build.sh --clean # remove outputs, keep src/ cache
./build.sh --halfclean # same as make clean, but keeps llvm so you dont have to go through that again
./build.sh --distclean # remove everything including downloads
./build.sh --kernelclean # remove kernel

after a build, you will get a tarball and iso in out/ ; the login is 'root' password 'derive'

license

dérive is free an unencumbered software released into the public domain. anyone is free to do anything they want with it.

if, due to copyright laws in your reigon, or other factors, you need to obtain dérive under a specific copyright license, you are free to take it under the terms of the ISC license as well.

software distributed with derive fall under the terms of their respective licenses.