Hitchhiker Linux source tree
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Nathan Fisher c9487dbd47
which - add license file header
5 months ago
LICENSE.heirloom Commit sysroot / cross-compile build tree 2 years ago
distfiles Bump kernel version 8 months ago
firmware Fix libcap build on some architectures; Fix some issues with shell startup 9 months ago
include Updated file and linux 5 months ago
kernel Update kernel config, fix plist formatting 6 months ago
scripts Commit sysroot / cross-compile build tree 2 years ago
templates Added havaged 2 years ago
toolchain Update several packages, various fixes to compilation, various boot fixes 9 months ago
world which - add license file header 5 months ago
.gitignore Multiple version bumps 9 months ago
COPYING Commit sysroot / cross-compile build tree 2 years ago
INSTALL.md Added README.md, formatted INSTALL as markdown. 2 years ago
LICENSE.BEERWARE Commit sysroot / cross-compile build tree 2 years ago
LICENSE.BSD Commit sysroot / cross-compile build tree 2 years ago
LICENSE.GPL3 Commit sysroot / cross-compile build tree 2 years ago
LICENSE.LGPL3 Commit sysroot / cross-compile build tree 2 years ago
Makefile Update several packages, various fixes to compilation, various boot fixes 9 months ago
README.md Added README.md, formatted INSTALL as markdown. 2 years ago
config.mk.sample Clean up some boot issues 2 years ago

README.md

Hitch Hiker Linux

Source and build tree

#!/don't/panic

This is the source and build tree for the Hitch Hiker Linux base system. It is organized thus:

.
├── build        The output directory
├── distfiles    Downloaded source tarballs
├── include      Included Makefiles and headers
├── scripts      Support scripts
├── toolchain    Build tree for the toolchain and Glibc
└── world        Build tree for the base system

The subdirectories toolchain and world are further subdivided by individual program and source package. Many of the subdirectories just wrap the HitchHiker build system around that of third party sources. However, the special subdirectories bin, sbin, usr.bin, usr.sbin, and lib contain sources that are imported directly into HitchHiker, or written specifically for it, and build directly using Make.

For overall instructions for building the sources, see INSTALL.md