From a4fea833bb66371064b680790682f82e3a3719c5 Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Sun, 9 Oct 2022 17:39:15 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Fix=20zellij=20layout=20p?= =?UTF-8?q?ath=20argument?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Justfile b/Justfile index 2a68a26..ab44ee6 100644 --- a/Justfile +++ b/Justfile @@ -12,14 +12,14 @@ boot: chainofcommand # Build and run kernel in QEMU with serial port emulation zellij: cargo make zellij-nucleus - zellij --layout-path emulation/layout.zellij + zellij --layout emulation/layout.zellij # Build and run chainboot in QEMU with serial port emulation zellij-cb: # Connect to it via chainofcommand to load an actual kernel # TODO: actually run chainofcommand in a zellij session too cargo make zellij-cb - zellij --layout-path emulation/layout.zellij + zellij --layout emulation/layout.zellij # Build chainofcommand serial loader chainofcommand: