summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2018-09-02.gitignore: add intermediate xml asciidoc filesRichard Braun
2017-09-21New build systemRichard Braun
The new build system, called xbuild, is a minimalistic kbuild-like make-based build system, also using kconfig for scalable configurations.
2017-09-21Remove autotools filesRichard Braun
2017-07-26tools/tsort_init_ops.sh: new scriptRichard Braun
This script retrieves all initialization operation dependencies, taking all build options into account, and attempts a topological sort, failing in case loops are detected. It's automatically run by the build system as a dependency of the kernel binary.
2017-04-01.gitignore: add generated documentationRichard Braun
2012-10-16Rework the build systemRichard Braun
Architecture specific stuff is now completely isolated in its arch/xxx directory. The install and dist targets have been fixed, as well as the source file list. Autoconf strictness is reduced to foreign, and the now unneeded files have been removed. Additions to the generated config.h header can be added in the global kern/config.h or the architecture specific machine/config.h headers.
2012-09-30Initial commitRichard Braun