fix: 🐛 Fix zellij layout path argument

This commit is contained in:
Berkus Decker 2022-10-09 17:39:15 +03:00 committed by Berkus Decker
parent e95b01104a
commit a4fea833bb
1 changed files with 2 additions and 2 deletions

View File

@ -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: