From 330a6ac8dfbbffb8112663ccf8c1d3d67aa3cd3e Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 14 Jan 2016 12:52:58 +0100 Subject: modules/README: Put hardware into own namespace That way we can separate completely hardware-related stuff from things like bootup and kernel, although the lines between kernel and hardware are quite blurry. Signed-off-by: aszlig --- modules/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'modules/README.md') diff --git a/modules/README.md b/modules/README.md index be97ca80..d9dd5851 100644 --- a/modules/README.md +++ b/modules/README.md @@ -7,6 +7,10 @@ clash with modules from upstream [nixpkgs](https://github.com/NixOS/nixpkgs). When writing modules, make sure to categorize them accordingly: + + + + - + -- cgit 1.4.1
hardwareHardware-related options
profiles Options for a specific domain (like for example @@ -23,7 +27,7 @@ When writing modules, make sure to categorize them accordingly:
systemEverything system or hardware-related (like for example kernel)Everything system-related (like for example kernel)
tasks