aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@wolf31o2.org>2008-12-16 10:13:01 -0800
committerChris Gianelloni <wolf31o2@wolf31o2.org>2008-12-16 10:13:01 -0800
commit3c53bb79e62e6e499c27d4d7bf72301eaef551e5 (patch)
treed63dd87ceb4d81d9337e1da9fd7c5ff0a301e3e6
parentActually setting permissions. It helps if one remembers to 'git add' before ... (diff)
downloadgenkernel-3c53bb79e62e6e499c27d4d7bf72301eaef551e5.tar.gz
genkernel-3c53bb79e62e6e499c27d4d7bf72301eaef551e5.tar.bz2
genkernel-3c53bb79e62e6e499c27d4d7bf72301eaef551e5.zip
Adding a HACKING file, which I will use to document the various phases of genkernel so we can split up the default functions and also so we can provide hooks into the various phases for external addons.
-rw-r--r--ChangeLog5
-rw-r--r--HACKING9
2 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b8373748..07e540b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2008 Gentoo Foundation; 2008 Chris Gianelloni, Andrew Gaffney
# Distributed under the GPL v2
+ 16 Dec 2008; Chris Gianelloni <wolf31o2@wolf31o2.org> +HACKING:
+ Adding a HACKING file, which I will use to document the various phases of
+ genkernel so we can split up the default functions and also so we can
+ provide hooks into the various phases for external addons.
+
16 Dec 2008; Chris Gianelloni <wolf31o2@wolf31o2.org>
arch/alpha/config.sh, arch/arm/config.sh, arch/ia64/config.sh,
arch/mips/config.sh, arch/parisc/config.sh, arch/parisc64/config.sh,
diff --git a/HACKING b/HACKING
new file mode 100644
index 00000000..375cc537
--- /dev/null
+++ b/HACKING
@@ -0,0 +1,9 @@
+This document is a work-in-progress to describe the workflow through the various
+parts of genkernel so we can split the code into modular chunks.
+
+Phases:
+
+- read configs
+- source global scripts
+-
+