|
| 1 | +_Note: Unless you are a developer integrating rump kernels into |
| 2 | +your project, there should be no reason to be here._ |
| 3 | + |
1 | 4 | This repository contains a git mirror of NetBSD source code relevant to
|
2 |
| -rump kernels. There are three basic branches (note, these branches |
3 |
| -have no overlap): |
| 5 | +rump kernels. There are three basic, non-overlapping branches: |
4 | 6 |
|
5 |
| -* kernel-src: NetBSD sources necessary for building rump kernel components |
6 |
| -* user-src: selection of NetBSD userspace sources for appstacks on top of rump kernel (libs, utils) |
7 |
| -* posix-src: NetBSD sources for rump kernels on POSIX-y platforms |
| 7 | +* kernel-src: rump kernel components and build tools |
| 8 | +* user-src: selection of NetBSD userspace sources for providing a POSIX-y interface _on top_ of a rump kernel |
| 9 | +* posix-src: support for running rump kernels _on_ POSIX-y platforms |
8 | 10 |
|
9 |
| -For convenience, we provide "consumer-ready" merged branches: |
| 11 | +For most projects, any of the above branches are not useful alone, |
| 12 | +so we provide merged versions: |
10 | 13 |
|
11 | 14 | * buildrump-src: kernel+posix, what buildrump.sh wants in POSIX mode
|
12 |
| -* appstack-src: kernel+user, what you want for most appstacks (e.g. Xen) |
| 15 | +* appstack-src: kernel+user, useful for e.g. unikernels |
13 | 16 | * all-src: kernel+user+posix
|
14 | 17 |
|
15 |
| -Note, the goal of this repository is to mirror NetBSD sources, so |
16 |
| -pullup requests will not be accepted. Either submit patches directly |
17 |
| -to NetBSD via the [problem report web |
| 18 | +Note, this repository is a mirror of NetBSD sources, so patches will |
| 19 | +not be accepted. Either submit patches directly to NetBSD via the |
| 20 | +[problem report web |
18 | 21 | page](http://netbsd.org/cgi-bin/sendpr.cgi?gndb=netbsd) or to the
|
19 |
| -[rumpkernel-users mailing list](https://lists.sourceforge.net/lists/listinfo/rumpkernel-users). |
| 22 | +[rumpkernel-users mailing list](https://www.freelists.org/list/rumpkernel-users). |
0 commit comments