• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

brlib/H28-Mar-2017-4,6533,231

src/H07-May-2022-6,723,5524,856,583

tests/H28-Mar-2017-791559

.srcgitrevH A D28-Mar-201741 21

.travis.ymlH A D28-Mar-2017952 3528

AUTHORSH A D28-Mar-2017387 1210

LICENSEH A D28-Mar-20171.8 KiB3529

README.mdH A D28-Mar-2017786 1814

buildrump.shH A D03-May-202240.9 KiB1,6631,230

checkout.shH A D28-Mar-201710.6 KiB421280

subr.shH A D28-Mar-20172.1 KiB9970

tarup.shH A D28-Mar-20174.6 KiB16089

README.md

1Tools for building Rump Kernels [![Build Status](https://travis-ci.org/rumpkernel/buildrump.sh.png?branch=master)](https://travis-ci.org/rumpkernel/buildrump.sh)
2===============================
3
4The _buildrump.sh_ script is a tool for (cross-)building
5[rump kernels](http://rumpkernel.org/) for a variety of platforms.
6The purpose is to make it easy to build rump kernels on any host for
7virtually any target.  There are practically no dependencies apart from a
8(cross-)working toolchain.  When invoked without parameters, buildrump.sh
9will download the necessary source code, build the kernel drivers for
10POSIX'y userspace, and run a number of tests.
11
12```
13./buildrump.sh
14```
15
16See [the wiki](http://wiki.rumpkernel.org/Repo:-buildrump.sh) for more
17information and further instructions.
18