From 20fc12b09f0bc3ccf044bba9e021f8d8b7ec66fd Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Mon, 22 Jul 2024 12:07:30 +0200 Subject: feature: implement the minimal mcdowell system configuration --- systems/mcdowell.scm | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 systems/mcdowell.scm 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*) -- cgit v1.2.3