summaryrefslogtreecommitdiff
path: root/systems/mcdowell.scm
diff options
context:
space:
mode:
Diffstat (limited to 'systems/mcdowell.scm')
-rw-r--r--systems/mcdowell.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/systems/mcdowell.scm b/systems/mcdowell.scm
index ee0c850..c99afca 100644
--- a/systems/mcdowell.scm
+++ b/systems/mcdowell.scm
@@ -48,11 +48,11 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(define (operating-system*)
- (use-modules (machines portable-bios)
+ (use-modules (machines amd64)
(suweren system))
((@ (gnu system) operating-system)
+ (kernel kernel-amd64)
(bootloader (bootloader-mcdowell))
- (kernel kernel*)
(keyboard-layout keyboard-layout-mcdowell)
(initrd initrd*)
(firmware firmware*)