summaryrefslogtreecommitdiff
path: root/systems/mcdowell.scm
diff options
context:
space:
mode:
Diffstat (limited to 'systems/mcdowell.scm')
-rw-r--r--systems/mcdowell.scm9
1 files changed, 9 insertions, 0 deletions
diff --git a/systems/mcdowell.scm b/systems/mcdowell.scm
new file mode 100644
index 0000000..4e97866
--- /dev/null
+++ b/systems/mcdowell.scm
@@ -0,0 +1,9 @@
+(define-module (systems mcdowell)
+ #:use-module (machines portable-bios) ; portable-operating-system
+ )
+
+;; string
+(define host-name*
+ "mcdowell")
+
+(operating-system* host-name*)